Pman.js
authorAlan Knowles <alan@roojs.com>
Mon, 30 Mar 2015 04:51:20 +0000 (12:51 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 Mar 2015 04:51:20 +0000 (12:51 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index e941d76..c3df8c2 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -555,7 +555,7 @@ Pman = new Roo.Document(
         }
         var reader = tab.grid.reader || tab.grid.ds.reader;
         for(var i = 0; i < s.length; i++) {
-            r.push(reader.getId(s[i]));
+            r.push(reader.getId(s[i].json));
         }
     
         Roo.MessageBox.confirm("Confirm", "Are you sure you want to delete that?",