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

The error message is not exactly explained when one try to upload the files exceed the file size limit. #337

Closed
hitrosol opened this issue May 27, 2024 · 2 comments · Fixed by #338
Labels

Comments

@hitrosol
Copy link

The name of the module that has a bug.
dms

The error message is not exactly explained when one try to upload the files exceed the file size limit.

Affected versions:
V16

Steps to reproduce the behavior:

  1. Set the file size limit to 1 as 1 MB
  2. Create New file record for file bigger than 1 MB.
  3. There is error message as expected : "The maximum upload size is 1 MB)." But there is unnecessary character ")" there.
  4. Upload the file by clicking the Upload button
  5. There is message error: "A file with the same name already exists." I think we should have the same error message as point 3.
@hitrosol
Copy link
Author

hitrosol commented Jun 1, 2024

@victoralmau thanks for taking care the incorrect character in maximum upload size error message as per step from 1 to 3 above.

Actually there is second bug as per step 4 to 5.
so when one upload the document that exceed the limit of the file size, using the upload button, the error message should show the "The maximum upload size is X MB", but it said "A file with the same name already exists."

Regards

@victoralmau
Copy link
Member

victoralmau commented Jun 4, 2024

#342

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

Successfully merging a pull request may close this issue.

3 participants