Pman.Tab.PersonStaff.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 06:56:22 +0000 (14:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 06:56:22 +0000 (14:56 +0800)
Pman.Tab.PersonStaff.js

index 698a3f5..6d05cd6 100644 (file)
@@ -26,7 +26,7 @@ Pman.on('beforeload', function()
 Pman.Tab.PersonStaff = new  Pman.Tab.PersonList({
     id : 'personstaff',
     type: 1,
-    permName : 'Admin.Teams', // or 'Core.Staff'
+    permName : 'Core.Staff', // or 'Core.Staff'
     getLeftSelections : function() {
         
         return Pman.Tab.Teams.grid ? Pman.Tab.Teams.grid.getSelectionModel().getSelections() : [];