You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/03/18 06:03:48 UTC

[GitHub] [cloudstack] shwstppr commented on a change in pull request #4744: UI: Fix update template permission with different domain

shwstppr commented on a change in pull request #4744:
URL: https://github.com/apache/cloudstack/pull/4744#discussion_r596572244



##########
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:
       ```suggestion
           domainid: this.resource.domainid,
           isrecursive: true
   ```




----------------------------------------------------------------
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:
users@infra.apache.org