Skip to content

Commit

Permalink
WorkBase addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Simpson committed Jan 14, 2024
1 parent cc7750c commit caa08a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@
* SMTP configuration

* UNA's config should be in a gem, but for now we're doing it here so we can test it

* Fix workBase in schema plugin to reference this include back
```
#TODO: Work Behavior - Uncomment this
#include HykuAddons::TaskMaster::WorkBehavior
```

2 changes: 1 addition & 1 deletion app/models/una_open_educational_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class UnaOpenEducationalResource < ActiveFedora::Base
include Hyrax::WorkBehavior
include Hyrax::DOI::DataCiteDOIBehavior

include HykuAddons::Schema::WorkBase
include Hyku::Schema::WorkBase
include Hyrax::Schema(:una_open_educational_resource)

# Included after other field definitions
Expand Down

0 comments on commit caa08a6

Please sign in to comment.