We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ocs/v1.php/cloud/users/{userId} -> quota -> wrong relative amount
Steps to reproduce the behavior:
ocs/v1.php/cloud/users/admin
<quota > <free > 30818752 </free > <used > 69181248 </used > <total > 100000000 </total > <relative > 0.69181246 </relative > </quota>
Should be: 69.181246
Is: 0.69181246
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
OCIS_XXX=somevalue OCIS_YYY=somevalue PROXY_XXX=somevalue
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Checked with ocs spec, should be real percentage like @janackermann states it.
Sorry, something went wrong.
Will be fixed with cs3org/reva#3238
@roshanlc is working on this
Add test in
rhafer
Successfully merging a pull request may close this issue.
Describe the bug
ocs/v1.php/cloud/users/{userId} -> quota -> wrong relative amount
Steps to reproduce
Steps to reproduce the behavior:
ocs/v1.php/cloud/users/admin
endpointExpected behavior
Should be: 69.181246
Actual behavior
Is: 0.69181246
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: