-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Do not set indeterminate state for file shares #12163
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Stop editing the sharing!! 😢 |
@skjnldsv I can't, it's broken. 🙈 But we can wait until your changes are merged 😉 this one is probably a bit easier to rebase. |
@juliushaertl you can also merge on my pr if you want :) |
Let's keep it separate so we can properly track the changes. This one needs a backport, since it is broken on 14 as well. |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
I've added some tests as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works 👍
CI failures are unrelated and are fixed on master already |
Files just have one edit permission checkbox, so having an indeterminate state there doesn't make sense and actually broke updating the edit permission on file shares. Found this while checking the failing tests in #12105.
Fixes #11730
@nextcloud/javascript