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

Add field to store whether a workflow allows setting access grants #1164

Closed jcoyne closed 7 years ago

jcoyne commented 7 years ago

Sufia allows depositors to set other users who can edit a work. This is perfect for a zero step workflow, but for a mediated deposit workflow, we don't want anyone to be able to edit the work once it is accepted.

We need a place to store whether we should be showing the UI widget that allows the creator to share access.

Ref https://github.com/projecthydra/sufia/issues/3134