shwstppr commented on code in PR #9752: URL: https://github.com/apache/cloudstack/pull/9752#discussion_r2193197245
########## ui/src/views/iam/CreateRole.vue: ########## @@ -143,7 +143,7 @@ export default { }, watch: { '$route' (to, from) { - if (to.fullPath !== from.fullPath && !to.fullPath.includes('action/')) { + if (to.fullPath !== from.fullPath && !to.fullPath.includes('/action/')) { Review Comment: This check in AutogenView.vue cause issues with `customaction/` route. I change here as well just for consistency -- 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