-
-
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
Rename numericStorageId
to numericExternalStorageId
in PersonalMount.php
#38115
Conversation
…unt.php so that it doesn't override `numericStorageId` in the `MountPoint` baseclass fixes nextcloud#37473 fixes nextcloud#37414 Signed-off-by: Daniel <[email protected]>
This PR fixes the issue for me. I do believe this should be backported to v26. |
/backport to stable26 Edit: nice! seems like I can just trigger the bot! (I've got no idea what the proper organisational processes are here in this repo) |
|
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.
Great catch
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
so that it doesn't override
numericStorageId
in theMountPoint
baseclassstorage_id
withmount_id
inmounts
table causing various issues with shares and mounts down the line #37473(see this one for a detailed explanation of the bug)
TODO
Checklist