ahgittin commented on a change in pull request #212:
URL: https://github.com/apache/brooklyn-ui/pull/212#discussion_r648117164



##########
File path: 
ui-modules/blueprint-composer/app/components/catalog-saver/catalog-saver.directive.js
##########
@@ -142,6 +142,8 @@ export function CatalogItemModalController($scope, $filter, 
blueprintService, pa
         saving: false,
         force: false,
     };
+    $scope.catalogBundleId ="";
+    $scope.catalogBundleBase ="";

Review comment:
       `""` will generate incorrect URL so not sure it's worth initializing 
with invalid value, but it should get populated quickly so NBD




-- 
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