You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow for more community members to contribute to our collections, while also preserving the integrity of our long-running collections, we want to add a role with intermediate permissions, and some associated safety flags to collections.
Add "Static" flag to collections
If a collection is flagged "Static", no other properties can be edited by anyone
Only "Staff" users can toggle the 'static' property
"Contributor" users can edit non-static collections
"Contributor" users can also edit sources, but will be presented with an error message and additional confirmation steps to reduce likelihood of editing key sources.
The text was updated successfully, but these errors were encountered:
I think the consensus right now is that we are going to be going in on using Django Auth's Group Permissions feature, presumably creating a "contributor" group- where belonging to the group has the same effect as possessing a "contributor" flag as above
To allow for more community members to contribute to our collections, while also preserving the integrity of our long-running collections, we want to add a role with intermediate permissions, and some associated safety flags to collections.
The text was updated successfully, but these errors were encountered: