Pman.Dialog.CoreNotifyRecurKeywords.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecurKeywords.js
index 468b12b..7beb28f 100644 (file)
@@ -114,8 +114,13 @@ Pman.Dialog.CoreNotifyRecurKeywords = {
          actioncomplete : function (_self, action)
           {
             if (action.type == 'setdata') {
-          
-                 return;
+                  
+                  if(_this.data.id){
+                      _this.dialog.el.mask("Loading");
+                      this.load({ method: 'GET', params: { '_id' : _this.data.id }}); 
+                  }
+                  
+                  return;
               }
               if (action.type == 'load') {
                   _this.dialog.el.unmask();