X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Tab.PersonList.js;fp=Pman.Tab.PersonList.js;h=9da9e679ade2989348a981ccf6aa913f11387ad9;hp=fcd47cd4381b5c0714b2c70f90228c3ef121b8c4;hb=2be150527d6ada3cea26eba761c642ce1f056ad4;hpb=46145707edd41c81d5987a05196ede4253f3e6b5 diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index fcd47cd4..9da9e679 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -629,10 +629,9 @@ Pman.Tab.PersonList.prototype = { return Roo.apply({ // id : (this.id + '-name').toLowerCase(), header : "Group Membership", - dataIndex : 'member_of_json', + dataIndex : 'member_of', sortable : false, - renderer : function(vv,p,r) { - var v = vv ? JSON.parse(vv).join("\n") : ''; + renderer : function(v,p,r) { if(r.data.active != 1){ return String.format('
{0}
', v).split("\n").join("
"); }