rhtyd commented on a change in pull request #649: URL: https://github.com/apache/cloudstack-primate/pull/649#discussion_r480935441
########## File path: src/config/section/storage.js ########## @@ -101,6 +101,12 @@ export default { label: 'label.action.attach.disk', message: 'message.confirm.attach.disk', args: ['virtualmachineid'], + mapping: { + virtualmachineid: { + api: 'listVirtualMachines', + params: (record) => { return { zoneid: record.zoneid, domainid: record.domainid, account: record.account, hypervisor: record.hypervisor } } Review comment: @Pearl1594 can you check if this causes regression in case of a project; i.e. select a project and test the case and see if that works? ---------------------------------------------------------------- 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