DataObjects/Core_notify_recur.php
[Pman.Core] / Pman.Lock.js
index 5a70dba..004a4b8 100644 (file)
@@ -35,6 +35,7 @@
  */
 Pman.Lock = function (cfg) {
     this.cfg = cfg;
+    Roo.log('ctor-callLock');
     this.callLock();
 }
 
@@ -45,6 +46,7 @@ Roo.apply(Pman.Lock.prototype, {
     
     callLock : function(force)
     {
+        Roo.log('callLock');
         force = force || 0;
         var _t = this
         Pman.Request({
@@ -60,7 +62,7 @@ Roo.apply(Pman.Lock.prototype, {
             success : function(data)
             {
                 
-               // Roo.log(data);
+               Roo.log(data);
                 if (!force && typeof(data) == 'object') {
                     _t.confirmBreak(data);
                     return;
@@ -99,7 +101,7 @@ Roo.apply(Pman.Lock.prototype, {
         Pman.Request({
             url : baseURL + '/Core/Lock/unlock',
             params : {
-                id : this.cfg.id
+                id : this.id
             },
             failure : function() {
                 Roo.MessageBox.alert("Error", "UnLock Request failed, you may get a warning when trying to edit again");