Changeset 19656
- Timestamp:
- 02/03/12 20:26:17 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Wsp/content/Collab/widgets/taskBox/taskBox.xbl.xml
r19654 r19656 118 118 ]]></getter> 119 119 </property> 120 121 <!-- --> 122 <method name="this.checkBoxPerms"> 123 <parameter name="pPermList"/> 124 <body><![CDATA[ 125 if(!pPermList) return true; 126 var vScSecurityCtx = window.scSecurityCtx; 127 if(!vScSecurityCtx) return true; 128 //log.info("pPermList :: "+log.listProperties(pPermList)); 129 return vScSecurityCtx.hasPermForObjectRoot(pPermList); 130 ]]></body> 131 </method> 132 133 120 134 121 <!-- Chargement/recharement de la box --> 135 122 <method name="reload">
Note: See TracChangeset
for help on using the changeset viewer.