bernardodemarco opened a new pull request, #11205: URL: https://github.com/apache/cloudstack/pull/11205
### Description This PR fixes some API calls performed by the front-end of Apache CloudStack. The #10899 PR changed some functions signatures responsible for making the API requests. However, there are still some usages of the functions with the old signatures, which is resulting in some major/blocker inconsistencies in the Apache CloudStack UI. ### 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 - [ ] test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Bug Severity - [X] BLOCKER - [ ] Critical - [ ] Major - [ ] Minor - [ ] Trivial ### Screenshots (if appropriate): <img width="1537" height="382" alt="image" src="https://github.com/user-attachments/assets/4fd0a4fe-e562-4886-b136-503560e71f63" /> ### How Has This Been Tested? - Before: <img width="1537" height="382" alt="image" src="https://github.com/user-attachments/assets/fe65c275-0255-4d26-95cb-3c3e991dd247" /> ```bash Fatal error during app initialization: TypeError: Object(...) is not a function at guiTheme.js:48:16 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
