Merge from ECOMP's repository
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / controller / creationDialogController.js
index e8fa529..6341170 100755 (executable)
@@ -31,7 +31,7 @@ var creationDialogController = function (COMPONENT, FIELD, PARAMETER, $scope, $h
     var componentId = undefined;\r
 \r
     $scope.shouldShowOldPopup = function () {\r
-        return DataService.getALaCarte() || DataService.getShouldExcludeMacroFromAsyncInstatiationFlow()\r
+        return !DataService.getShouldIncludeInAsyncInstantiationFlow();\r
     };\r
 \r
     function receiveMessage(event) {\r