X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Tab.AdminContactsGroupRight.bjs;h=3c9342dddd57d553d65959f2a6204a3c38a7e815;hb=6a3f64ab9468258e01ae1e7f1105ead5f49f31e1;hp=2993955ce20a3fdc46bdd2cc7825ec09be217c2d;hpb=aa6cac5a2aca41f14eaa5fce5d526d10634b7e1c;p=Pman.Admin diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index 2993955..3c9342d 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -138,7 +138,7 @@ "header": "Edit", "width": 75, "xtype": "ColumnModel", - "|renderer": "function(v) { \n var state = v> 0 ? '-checked' : '';\n\n return '';\n \n }", + "|renderer": "function(v) { \n if (v < 0) {\n return '';\n }\n var state = v> 0 ? '-checked' : '';\n\n return '';\n \n }", "|xns": "Roo.grid" }, {