[CMF-checkins] CVS: CMF/CMFWorkspaces - Workspace.py:1.10
Yvo Schubbe
schubbe@web.de
Fri, 9 May 2003 17:40:26 -0400
Update of /cvs-repository/CMF/CMFWorkspaces
In directory cvs.zope.org:/tmp/cvs-serv22169/CMFWorkspaces
Modified Files:
Workspace.py
Log Message:
Merged yuppie-collector152-branch:
- Made type actions absolute URLs by default. (Collector #152)
=== CMF/CMFWorkspaces/Workspace.py 1.9 => 1.10 ===
--- CMF/CMFWorkspaces/Workspace.py:1.9 Tue Apr 15 12:08:05 2003
+++ CMF/CMFWorkspaces/Workspace.py Fri May 9 17:40:25 2003
@@ -71,13 +71,13 @@
, 'immediate_view' : 'workspace_view'
, 'actions' : ( { 'id' : 'view'
, 'name' : 'Workspace'
- , 'action' : 'string:workspace_view'
+ , 'action': 'string:${object_url}/workspace_view'
, 'permissions' : (View,)
, 'category' : 'object'
}
, { 'id' : 'metadata'
, 'name' : 'Metadata'
- , 'action' : 'string:metadata_edit_form'
+ , 'action': 'string:${object_url}/metadata_edit_form'
, 'permissions' : (View,)
, 'category' : 'object'
}