utchoang commented on a change in pull request #4744:
URL: https://github.com/apache/cloudstack/pull/4744#discussion_r596587906
##########
File path: ui/src/views/image/UpdateTemplateIsoPermissions.vue
##########
@@ -164,7 +164,7 @@ export default {
fetchAccounts () {
this.loading = true
api('listAccounts', {
- listall: true
+ domainid: this.resource.domainid
Review comment:
Adding `isrecursive` will display the subdomain accounts, but when
authorizing those accounts, an error will arise. So I don't think it's
necessary. What do you think?



----------------------------------------------------------------
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]