This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.15
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.15 by this push:
new 5df1337 ui: fix update template permission (#4744)
5df1337 is described below
commit 5df1337f27611ac3246a9c4ec80914facc4291c5
Author: Hoang Nguyen <[email protected]>
AuthorDate: Wed Mar 24 18:32:48 2021 +0700
ui: fix update template permission (#4744)
---
ui/src/views/image/UpdateTemplateIsoPermissions.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/views/image/UpdateTemplateIsoPermissions.vue
b/ui/src/views/image/UpdateTemplateIsoPermissions.vue
index 6bafcc6..808567e 100644
--- a/ui/src/views/image/UpdateTemplateIsoPermissions.vue
+++ b/ui/src/views/image/UpdateTemplateIsoPermissions.vue
@@ -164,7 +164,7 @@ export default {
fetchAccounts () {
this.loading = true
api('listAccounts', {
- listall: true
+ domainid: this.resource.domainid
}).then(response => {
this.accounts = response.listaccountsresponse.account.filter(account
=> account.name !== this.resource.account)
}).finally(e => {