KlausDornsbach opened a new pull request, #9166: URL: https://github.com/apache/cloudstack/pull/9166
### Description If the user configured a limit to 0 on the Domain's "Configure Limits" tab, after submitting, the value would return to -1. This was only a bug in the UI as the value was actually saved in the back-end. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [X] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] build/CI ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [X] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [ ] Minor - [X] Trivial ### Screenshots (if appropriate): Before the changes:  After changing the value to 0 and submitting, the value returned to -1:  After the UI fix, the value 0 keeps being shown after submission:  ### How Has This Been Tested? Before the changes made, after creating a test domain and accessing the limit settings in the Configure limits tab, when changing some default setting from -1 to 0 and clicking the submit button, the resource limit would return to -1 on the UI. With the changes, changing a limit value from -1 to 0 and pressing the Submit button, 0 was shown in the UI. The information in the resource preview tab was also checked, confirming that the changes had taken effect on the back end. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org