-
Notifications
You must be signed in to change notification settings - Fork 3
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
[ui] Custom Variables are not validated in Application edit mode #299
Comments
Moving to |
@thehejik This issue is about application chart values, rather than service chart values. Would it be ok to create a validation issue for 1.11 for service chart values? |
I've added a note to the edit service values issue to ensure values are validated #252 (comment). |
Given the PR is merged and firefox issue opened I'm closing this one. |
Verified in
|
Setup
To Reproduce
1- Edit an application having at least a custom variable with constraints (i.e. numeric variable with
min
value)2- Set an invalid value. (i.e. min=5 value= 2)
Result
The Save button is enabled
Expected Result
Save button should be disabled.
Screenshots
The text was updated successfully, but these errors were encountered: