Skip to content
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

Merged
merged 1 commit into from
May 16, 2023

Conversation

DerGenaue
Copy link
Contributor

@DerGenaue DerGenaue commented May 7, 2023

so that it doesn't override numericStorageId in the MountPoint baseclass

TODO

  • Discuss: This fixes this issue in the least intrusive way, but there might be other, preferred ways of doing this.

Checklist

…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]>
@solracsf solracsf added this to the Nextcloud 27 milestone May 7, 2023
@solracsf solracsf added the 3. to review Waiting for reviews label May 7, 2023
@@ -51,7 +51,7 @@
public function __construct(
UserStoragesService $storagesService,
StorageConfig $storageConfig,
$storageId,
$externalStorageId,

Check notice

Code scanning / Psalm

MissingParamType

Parameter $externalStorageId has no provided type
@szaimen szaimen requested review from icewind1991, a team, ArtificialOwl and nfebe and removed request for a team May 7, 2023 09:28
This was referenced May 9, 2023
@bobvandevijver
Copy link

This PR fixes the issue for me. I do believe this should be backported to v26.

@DerGenaue
Copy link
Contributor Author

DerGenaue commented May 10, 2023

/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)

@ChristophWurst
Copy link
Member

I've got no idea what the proper organisational processes are here in this repo

https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#bugfixes

@come-nc come-nc added the bug label May 11, 2023
Copy link
Member

@icewind1991 icewind1991 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch

@szaimen szaimen merged commit fa4d153 into nextcloud:master May 16, 2023
@welcome
Copy link

welcome bot commented May 16, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
8 participants