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

UploadControl MaxLenght message %i #300

Closed
marekskopal opened this issue Mar 9, 2023 · 1 comment
Closed

UploadControl MaxLenght message %i #300

marekskopal opened this issue Mar 9, 2023 · 1 comment

Comments

@marekskopal
Copy link

Version: 3.1.11

Bug Description

In UploadControl there is new validation rule for MaxLenght with message in form of "The maximum allowed number of uploaded files is %i". But %i is not sprintf specifier. For integer there shoud be %d specifier. This change brakes our translation module.

Possible Solution

Change message to "The maximum allowed number of uploaded files is %d" or set it to null.

@dg dg closed this as completed Mar 12, 2023
@kuty
Copy link

kuty commented May 22, 2023

when will be this fix released, pls?

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

No branches or pull requests

3 participants