YangUI - quickfix operational list form
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / controllers / yangui.controller.js
index e004211cfbf58947c2fe9c55a982675ca305d2b0..751e4fb70f5996b3b0c84c5a0b6d269ffacc572c 100644 (file)
@@ -392,7 +392,8 @@ define(
                     $scope.selectedOperation = $scope.selSubApi.operations[0];
                 }
 
-                $scope.$broadcast('EV_DISABLE_ADDING_LIST_ELEMENT');
+                // TODO: uncomment this broadcast and check why does it cause adding element to list in operational portion twice
+                //$scope.$broadcast('EV_DISABLE_ADDING_LIST_ELEMENT');
 
                 $scope.$broadcast('EV_REFRESH_LIST_INDEX');
                 DesignUtilsService.triggerWindowResize(100);