-
Notifications
You must be signed in to change notification settings - Fork 187
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
[ocis] Space admin can't edit space when not a member #5414
Comments
@micbar fyi we noticed this with the new implementation of space management in Web. |
good question. IMO needs to be discussed. |
The spaces section in the admin-settings app is pointless if I can't modify spaces where the I'm not a member. 😉 |
admin also cannot edit another user's space if he is not a member. he can increase the quota and disable/delete spaces. The space admin was the user who could create the space. Now he is more than a creator of space, he want to manage other spaces. There will be few such users i think, less than those who only can create space. won't this be a problem in the future? |
Can this be closed as https://jira.owncloud.com/browse/OCIS-3278 is marked as "done"? |
There still seem to be some issues with a
cc @micbar |
@JammingBen is this fixed? I couldn't reproduce on current master Regarding last question: There is a specific permission for enabling/disabling spaces. It's called |
Seems to be fixed on current master, thx!
So |
No. Delete Spaces has also its own two permissions: |
Okay, but that's the part I don't get. Because as |
True! I missed that one even though I implemented it myself 😄 You are absolutely right. |
Okay, thanks for the clarification! Then we can close here I guess 🙂 |
User Story
Value
Acceptance criteria
New Manage Properties permission
New Enable / Disable a space permission
These permissions should be added to the "Space Admin" Role
Check the 2 new permissions in the DecomposedFS
Definition of ready
[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20
Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
The text was updated successfully, but these errors were encountered: