-
-
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
fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english #42053
Conversation
4667336
to
5ebcc6d
Compare
/backport 5ebcc6d to stable28 |
/backport 5ebcc6d to stable27 |
/backport 5ebcc6d to stable26 |
/compile |
2f05163
to
5ebcc6d
Compare
…runcated in locales other than english fixes #18468 Signed-off-by: Marcel Klehr <[email protected]>
5ebcc6d
to
162f801
Compare
/compile |
1 similar comment
/compile |
Signed-off-by: nextcloud-command <[email protected]>
@@ -307,6 +307,7 @@ import UserRowActions from './UserRowActions.vue' | |||
|
|||
import UserRowMixin from '../../mixins/UserRowMixin.js' | |||
import { isObfuscated, unlimitedQuota } from '../../utils/userUtils.ts' | |||
import {formatFileSize, parseFileSize} from "@nextcloud/files"; |
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.
import {formatFileSize, parseFileSize} from "@nextcloud/files"; | |
import { formatFileSize, parseFileSize } from '@nextcloud/files' |
/backport 162f801 to stable28 |
/backport 162f801 to stable27 |
/backport 162f801 to stable26 |
/backport 162f801 to stable28 |
/backport 162f801 to stable27 |
/backport 162f801 to stable27 |
/backport 162f801 to stable26 |
/backport 162f801 to stable27 |
/backport 162f801 to stable27 |
Checklist