Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/66#discussion_r213275122
--- Diff:
ui-modules/blueprint-composer/app/components/providers/blueprint-service.provider.js
---
@@ -302,13 +302,11 @@ function BlueprintService($log, $q, $sce, paletteApi,
iconGenerator, dslService)
function refreshConfigMemberspecsMetadata(entity) {
let promiseArray = [];
- if (entity.isCluster()) {
--- End diff --
Ah good point, this should be removed then.---
