tbouron commented on a change in pull request #206:
URL: https://github.com/apache/brooklyn-ui/pull/206#discussion_r642552025



##########
File path: ui-modules/blueprint-composer/app/components/dsl-editor/dsl-editor.js
##########
@@ -368,7 +368,7 @@ export function dslEditorDirective($rootScope, $filter, 
$log, brUtilsGeneral, bl
             }
         }
 
-        return new Dsl(KIND.METHOD, 'component').param(new Dsl(KIND.STRING, 
targetEntity.id));
+        return new Dsl(KIND.TARGET, TARGET.COMPONENT).param(new 
Dsl(KIND.STRING, targetEntity.id));

Review comment:
       It's been a while since I touched that code. It looks functionally the 
same so that should work @algairim, but I cannot give you a 100% guarantee 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to