[CMF-checkins] CVS: CMF/CMFCalendar - Event.py:1.13
Tres Seaver
tseaver@zope.com
Tue, 15 Apr 2003 12:08:31 -0400
Update of /cvs-repository/CMF/CMFCalendar
In directory cvs.zope.org:/tmp/cvs-serv13354/CMFCalendar
Modified Files:
Event.py
Log Message:
- Land tseaver-ti_apb_redux-branch.
=== CMF/CMFCalendar/Event.py 1.12 => 1.13 ===
--- CMF/CMFCalendar/Event.py:1.12 Sat Oct 19 12:10:16 2002
+++ CMF/CMFCalendar/Event.py Tue Apr 15 12:08:00 2003
@@ -44,11 +44,11 @@
'immediate_view': 'event_edit_form',
'actions': ({'id': 'view',
'name': 'View',
- 'action': 'event_view',
+ 'action': 'string:event_view',
'permissions': (View,)},
{'id': 'edit',
'name': 'Edit',
- 'action': 'event_edit_form',
+ 'action': 'string:event_edit_form',
'permissions': (EventPermissions.ChangeEvents,)},
), # End Actions
},