Changeset 2231

Show
Ignore:
Timestamp:
05/09/07 17:43:59 (2 years ago)
Author:
ant_39
Message:

CalendarPlugin:

  • Fix permissions.
  • Resolves: #1528
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • calendarplugin/0.10/azcalendar/azcalendar.py

    r2224 r2231  
    406406 
    407407    def get_permission_actions(self): 
    408         actions = ['CAL_ADMIN', ['CAL_EDIT', ['CAL_VIEW',]]
     408        actions = [('CAL_ADMIN', ('CAL_EDIT',)), ('CAL_EDIT', ('CAL_VIEW',)), 'CAL_VIEW'
    409409        return actions