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
{{ message }}
This repository was archived by the owner on Mar 10, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently for each datum type available for editing via the Data Manager there are constants that control the following for moderators:
ACCESS - Provide for the ability to view the given section of the Data Manager but doesn't grant any Write/Modify permissions.
EDIT - Allows the editing of pre-existing entries in the database.
DELETE - Allows the deletion of pre-existing items from the database.
Describe the solution you'd like
Should a fourth option be added for CREATE or should it be bundled with EDIT.
Describe alternatives you've considered
There are no alternatives that I am aware of at the time of this posting.