Chinmay048 opened a new pull request, #13642: URL: https://github.com/apache/cloudstack/pull/13642
Fixes #13639 Root Cause: The <template v-if="text"> block in ListView.vue contained an overly specific conditional check for /quotasummary that fell back to rendering a plain, unclickable <span> for all other views, breaking general account hyperlink routing across tables. Solution: Added an explicit v-else-if routing check for /account to restore navigation for administrators and domain admins in non-Quota views, aligning with the existing record.owner routing architecture. How Has This Been Tested? Verified locally in cloud workspace: npm run lint — 0 AST/formatting errors. npm run test:unit — 4 test suites passed, 175 total tests passed cleanly. -- 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]
