Pman.Tab.PersonList.js
authorAlan Knowles <alan@roojs.com>
Wed, 4 Sep 2019 02:38:52 +0000 (10:38 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 4 Sep 2019 02:38:52 +0000 (10:38 +0800)
Pman.Tab.PersonList.js

index fcd47cd..aa7a535 100644 (file)
@@ -631,8 +631,7 @@ Pman.Tab.PersonList.prototype = {
             header : "Group Membership",
             dataIndex : 'member_of_json',
             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('<div style="text-decoration:line-through">{0}</div>', v).split("\n").join("<br/>"); 
                 }