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
As the "guest_app" group cannot be deleted it should not display the trashbin icon.
Actual behaviour
Trashbin icon shows, giving the user the idea that this group is deletable but it fails with a error message.
This is technically correct but bad and confusing user experience.
The text was updated successfully, but these errors were encountered:
For implementation have a look at owncloud/core#28473 (comment) so virtual groups can be detected by if ($groupObject->getBackend()->implementsActions(GroupInterface::DELETE_GROUP)) { ....
Edit: I think this is rather a core issue than a guests app specific one
Steps to reproduce
Expected behaviour
As the "guest_app" group cannot be deleted it should not display the trashbin icon.
Actual behaviour
Trashbin icon shows, giving the user the idea that this group is deletable but it fails with a error message.
This is technically correct but bad and confusing user experience.
The text was updated successfully, but these errors were encountered: