iuliana commented on a change in pull request #212:
URL: https://github.com/apache/brooklyn-ui/pull/212#discussion_r645538506
##########
File path:
ui-modules/blueprint-composer/app/components/catalog-saver/catalog-saver.directive.js
##########
@@ -101,9 +101,10 @@ export function saveToCatalogModalDirective($rootScope,
$uibModal, $injector, $f
$scope.config.version = entity.version ||
metadata.get('version');
}
if (!$scope.config.bundle) {
- if ($scope.config.symbolicName) {
- $scope.config.bundle = $scope.config.symbolicName;
+ if (!$scope.config.symbolicName) {
+ $scope.config.symbolicName = $scope.config.name;
Review comment:
`symbolicName` is initialized at line 98 already. - only it isn't, that
is why the link is broken.
--
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]