You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some issues with max quota validation in the admin-settings app:
the Edit panel in the right sidebar of the Users view doesn't use the max quota capability. There is no validation before sending the request. The quota modal does this validation before sending the request and shows an error message in red.
The Edit quota batch action and context menu action do have the validation, but the max quota is not formatted properly. Should use our formatFileSize helper for a nice, standardized and localized filesize formatting.
equal to or less than, the to is missing after equal
Additional issue:
It is still possible to choose unlimited
The text was updated successfully, but these errors were encountered:
Could you please move The Edit quota batch action seems to have a copy&paste text issue to another issue, this has nothing to do with the quota validation in general 🥇
Could you please move The Edit quota batch action seems to have a copy&paste text issue to another issue, this has nothing to do with the quota validation in general 🥇
Followup for #8490
There are some issues with max quota validation in the
admin-settings
app:Edit
panel in the right sidebar of theUsers
view doesn't use the max quota capability. There is no validation before sending the request. The quota modal does this validation before sending the request and shows an error message in red.Edit quota
batch action and context menu action do have the validation, but the max quota is not formatted properly. Should use ourformatFileSize
helper for a nice, standardized and localized filesize formatting.equal to or less than
, theto
is missing afterequal
Additional issue:
unlimited
The text was updated successfully, but these errors were encountered: