rhtyd commented on a change in pull request #474:
URL: https://github.com/apache/cloudstack-primate/pull/474#discussion_r448220356
##########
File path: src/views/AutogenView.vue
##########
@@ -485,6 +485,10 @@ export default {
}
}
+ if (!['Admin'].includes(this.$store.getters.userInfo.roletype) &&
this.apiName === 'listTemplates' && this.selectedFilter !== 'self') {
Review comment:
@Pearl1594 so if an account owns templates, could they update and change
order for their own (public) templates? Instead, we can just enforce that the
order columns are shown only to the root admin.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]