-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow all project members to edit "project settings" #504
Comments
All three sections. |
Would you like all members to be able to delete any expedition, or just their own expeditions, (unless they are admin) ? |
We are going to need some backend modification, as the PUT request for /projects//{projectId} requires an access token |
Hi all! is there an update on these functions for members? Team AmphibiaWeb members are asking again... |
Follow-up inquiry... any progress on allowing other members to edit a project? |
For now, can you email me the new owner name of the project? i can change it on the backend myself. |
Currently, only the single project owner can edit project settings. We want to enable any project member to be able to edit the project metadata and add users with the exception of DELETE, which we reserve for the owner of the project. I am uncertain if this is a UI limitation or if the backend requires modification to enable access control by any project member.
The text was updated successfully, but these errors were encountered: