Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/66#discussion_r213256773
--- 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 --
yes -- `BrooklynNode` uses it as part of upgrade, test framework uses it i
think, and there is a downstream project that wants to use this in a different
type of cluster.
---