-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[full-ci] Files and folder won't be deleted from the "shared with others" section #40497
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
Conversation
💥 Acceptance tests pipeline apiTranslation-mariadb10.2-php7.4 failed. The build has been cancelled. |
The test fails because the action isn't available any longer. |
263f7b9
to
0b07303
Compare
@phil-davis should we remove the failing tests now that they aren't applicable any longer, or should we skip them somehow? |
ping |
@phil-davis can we do something for the failing tests? |
64f845a
to
d7dacfd
Compare
d7dacfd
to
17c10a7
Compare
17c10a7
to
cf9645e
Compare
Sorry for forgetting about this one. I reabsed and put full-ci in the PR title. I will check the CI results to see what is failing. Probably I will just remove the test scenarios that are no longer relevant. |
There was already a useful acceptance test step that could do:
So I adjusted the webUI acceptance test scenarios so that they actually check that there is no functional Delete option available. |
SonarCloud Quality Gate failed. |
Confirmed fixed in 10.12.0-rc.3 |
Description
The "delete" action from the "shared with others" section might be confusing because it will delete the file or folder instead of unsharing it.
Unsharing might also be problematic as action because the file or folder might be shared with multiple people, or it could also be shared by link. Unsharing might mean that all of those connections will be removed, which might include or not the links. This also seems confusing.
The plan is to remove the delete action from that section.
If the user wants to unshare, he can access to the details view of the file and folder, so he can have all the controls he needs there.
Deleting seems clearer in the "all files" section
Related Issue
https://github.com/owncloud/enterprise/issues/5399
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: