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

fix return value of getStorageInfo when 'quota_include_external_storage' is enabled #27043

Merged
merged 1 commit into from
May 25, 2021

Conversation

icewind1991
Copy link
Member

To test:

  • occ config:system:set quota_include_external_storage --value true --type boolean
  • set the user quota to something other than unlimited
  • load the webui and check the dev tools for the getstoragestats.php request

currently the owner, ownerDisplayName, mountType and mountPoint are set to null
with this PR they should be set to the correct values.

…ge' is enabled

Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991 icewind1991 added the 3. to review Waiting for reviews label May 20, 2021
@icewind1991 icewind1991 added this to the Nextcloud 22 milestone May 20, 2021
@icewind1991
Copy link
Member Author

/backport to stable21

@icewind1991
Copy link
Member Author

/backport to stable20

Copy link
Member

@MorrisJobke MorrisJobke left a comment

Choose a reason for hiding this comment

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

Tested and works 👍

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

Successfully merging this pull request may close these issues.

3 participants