samvera-deprecated / curation_concerns

A Hydra-based Rails Engine that extends an application, adding the ability to Create, Read, Update and Destroy (CRUD) objects (based on Hydra::Works) and providing a generator for defining object types with custom workflows, views, access controls, etc.
Other
15 stars 27 forks source link

FYI: Sufia can register event jobs in CurationConcerns.config, but none are set by default in CurationConcerns #38

Closed flyingzumwalt closed 8 years ago

flyingzumwalt commented 9 years ago

Sufia sets up a bunch of event jobs like content_deposit_event in config/initializers/sufia_events.rb. These mostly add things to a user's activity stream, which is a sufia-ir feature.

curation_concerns does call those events (from GenericFileActor and GenericWorkActor) if they're registered, but it does not register any of its own.

jcoyne commented 8 years ago

Nothing to do here.