Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/66#discussion_r213224067
--- 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 --
There is no point of refreshing the metadata here as the YAML state doesn't
use this info. When you flip to the graphical view, this method will be called
---