algairim commented on a change in pull request #300:
URL: https://github.com/apache/brooklyn-ui/pull/300#discussion_r733516025



##########
File path: 
ui-modules/blueprint-composer/app/components/util/model/entity.model.js
##########
@@ -75,6 +76,7 @@ export class Entity {
         CONFIG.set(this, new Map());
         PARAMETERS.set(this, []);
         INITIALIZERS.set(this, []);
+        LOCATIONS.set(this, []);

Review comment:
       I moved previous `LOCATIONS` to `LOCATION`, and now `LOCATIONS` used for 
array case, properly.
   `LOCATIONS` previously kept a single `location` object only, it did not need 
initialisation.




-- 
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: dev-unsubscr...@brooklyn.apache.org

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


Reply via email to