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/09/21 07:18:31 UTC

[GitHub] [cloudstack] rhtyd commented on a change in pull request #5482: ui: List Identity providers as domain admin

rhtyd commented on a change in pull request #5482:
URL: https://github.com/apache/cloudstack/pull/5482#discussion_r712765308



##########
File path: ui/src/views/iam/AddAccount.vue
##########
@@ -222,9 +222,7 @@ export default {
       this.fetchDomains()
       this.fetchRoles()
       this.fetchTimeZone()
-      if ('listIdps' in this.$store.getters.apis) {
-        this.fetchIdps()
-      }
+      this.fetchIdps()

Review comment:
       Shouldn't we check that, otherwise it could fail @Pearl1594 cc @shwstppr 




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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org