Pman.Tab.AdminContactsGroupRight.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroupRight.js
index 0c37fe9..29e94cc 100644 (file)
@@ -725,7 +725,14 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         header : 'Permission',
                         sortable : false,
                         width : 300,
-                        renderer : function(v) { return String.format('{0}', v); }
+                        renderer : function(v)
+                        {
+                            if (r.json.descript && r.json.descript.length) {
+                                return String.format('{0}',r.json.descript);
+                            }
+                            
+                            return '???' + v;
+                        }
                     },
                     {
                         xtype: 'ColumnModel',