Add Log in UI
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / CldsOpenModelCtrl.js
index 16b7d87..3fa37e8 100644 (file)
@@ -133,6 +133,7 @@ function($scope, $rootScope, $modalInstance, $window, $uibModalInstance, cldsMod
                        // deserialize model properties
                        selected_model = modelName;
                        cldsModelService.processActionResponse(modelName);
+                       $rootScope.refreshLoopLog();
                        // set model bpmn and open diagram
                        $rootScope.isPalette = true;
                }, function(data) {