-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
expand 'path is already shared' error message #23718
Conversation
Also CI fails due to the changed message. |
a18de89
to
b254385
Compare
lib/private/Share20/Manager.php
Outdated
@@ -563,9 +564,9 @@ protected function userCreateChecks(IShare $share) { | |||
//Shares are not identical | |||
} | |||
|
|||
// Identical share already existst | |||
// Identical share already exist |
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.
// Identical share already exist | |
// Identical share already exists |
Conflicts with #25533 |
use OC\HintException; | ||
use OCP\IL10N; | ||
|
||
class AlreadyShared extends HintException { |
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.
Let me drop this commit, as it was already implemented in #25533
39f849a
to
6213473
Compare
Signed-off-by: Robin Appelman <robin@icewind.nl>
6213473
to
a550649
Compare
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.
I rebased it and used the changes from #25533 in here instead of reimplementing it 👍
/backport to stable20 |
/backport to stable21 |
Noooooooooo |
No? :D |
Signed-off-by: Robin Appelman robin@icewind.nl