rhtyd commented on a change in pull request #529: URL: https://github.com/apache/cloudstack-primate/pull/529#discussion_r452740928
########## File path: src/config/section/project.js ########## @@ -82,15 +82,20 @@ export default { icon: 'edit', label: 'label.edit.project.details', dataView: true, - args: ['displaytext'] + args: ['displaytext'], + show: (record, store) => { + return record.account === store.userInfo.account || ['Admin', 'DomainAdmin'].includes(store.userInfo.roletype) Review comment: Note to self; this may change with Pearl's project roles-feature. ---------------------------------------------------------------- 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: us...@infra.apache.org