From: benny Date: Fri, 13 Jul 2018 07:54:19 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5bb7e2af32154b41089cd29a9df03437fae47b6b Pman.Tab.PersonList.js --- diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 79416a32..ad611473 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -263,7 +263,7 @@ Pman.Tab.PersonList.prototype = { } var rec = _this.grid.ds.getAt(rowIndex); - + console.log(rec); rec.set('active', rec.data.active ? 0 : 1); rec.commit();