Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/66#discussion_r213277964
--- 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 --
have commented out and added comments. ideally we'd have a cache and then
re-enable this but agree with you as it stands it is likely to be too chatty
with this enabled.
---