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/06/02 06:12:12 UTC

[GitHub] [cloudstack] shwstppr commented on a change in pull request #5063: ui: fix adduser form

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



##########
File path: ui/src/views/iam/AddUser.vue
##########
@@ -225,7 +227,7 @@ export default {
     this.apiConfig.params.forEach(param => {
       this.apiParams[param.name] = param
     })
-    this.apiConfig = this.$store.getters.apis.authorizeSamlSso || {}
+    this.apiConfig = this.$store.getters.apis.authorizeSamlSso || { params: [] }

Review comment:
       **This change can be removed if #5064 is accepted**




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