DaanHoogland commented on issue #3378: project id added in test URL: https://github.com/apache/cloudstack/pull/3378#issuecomment-499811950 note to self; need to do something like: ``` Long projectId = cmd.getProjectId() == null ? cmd.getResourceId() : cmd.getProjectId(); _accountMgr.buildACLSearchParameters(caller, null, cmd.getAccountName(), projectId, permittedAccounts, domainIdRecursiveListProject, listAll, false); ``` but translate ```cmd.getResourceId()``` to a Long id (from uuid?)
---------------------------------------------------------------- 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] With regards, Apache Git Services
