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/01 18:49:00 UTC

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

shwstppr commented on pull request #5063:
URL: https://github.com/apache/cloudstack/pull/5063#issuecomment-852363012


   @blueorangutan ui
   
   @rhtyd @utchoang @Pearl1594 Following code block is used in many forms (almost all) and when API is not accessible it will create an issue with `forEach` loop on params. Should we refactor this code-wide
   ```
     this.apiConfig = this.$store.getters.apis.API || {}
       this.apiConfig.params.forEach(param => {
         this.apiParams[param.name] = param
       })
   ```


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