Pman.Dialog.CoreAutoSavePreview.bjs
[Pman.Core] / Pman.Dialog.CoreAutoSavePreview.js
index bb95ff7..75ec95b 100644 (file)
@@ -133,8 +133,11 @@ Pman.Dialog.CoreAutoSavePreview = {
                                         this.removeAll();
                                         return false;
                                     }
-                                    Roo.log(_this.data);
-                                    o.params.action = 'AUTOSAVE';
+                                
+                                    var d = _this.data;
+                                    delete d.successFn;
+                                    Roo.apply(o.params, d);
+                                    
                                 }
                             },
                             remoteSort : true,