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

[Bug]: Update UI to properly read Max Upload Size once it has been changed to something other than default of 28 #6204

Open
2 tasks done
david-poindexter opened this issue Nov 14, 2024 · 0 comments

Comments

@david-poindexter
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Changing Max Upload Size works, but the value does not persist in the UI.

Steps to reproduce?

  1. Login as Super User
  2. Go to SETTINGS > Security > More > MORE SECURITY SETTINGS
  3. Change Max Upload Size to something other than 28
  4. Save
  5. Check web.config and see that appropriate values are saved properly (this part works)
  6. Go back to MORE SECURITY SETTINGS and see the value is 28 again, but it shouldn't be.

Current Behavior

Changing Max Upload Size works, but the value does not persist in the UI.

Expected Behavior

The value of Max Upload Size should persist and match that stored in web.confg.

Relevant log output

No response

Anything else?

image

image

Affected Versions

9.13.3 (latest release), 9.13.4 (alpha), 10.0.0 (alpha)

What browsers are you seeing the problem on?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment