Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/66#discussion_r213245289
--- Diff: ui-modules/blueprint-composer/app/views/main/yaml/yaml.state.js
---
@@ -46,6 +46,7 @@ function yamlStateController($scope, $rootScope,
$timeout, blueprintService, brS
try {
blueprintService.setFromYaml(cm.getValue(), true);
+ blueprintService.refreshBlueprintMetadata();
--- End diff --
It could be useful for things in the YAML editor. Specifically there is a
downstream project which wants this for action enablement. I could also see it
wanted for code completion.
---