[CMF-checkins] CVS: CMF/CMFWorkspaces - Workspace.py:1.9.4.1
Yvo Schubbe
schubbe@web.de
Thu, 8 May 2003 16:05:11 -0400
Update of /cvs-repository/CMF/CMFWorkspaces
In directory cvs.zope.org:/tmp/cvs-serv31989/CMFWorkspaces
Modified Files:
Tag: yuppie-collector152-branch
Workspace.py
Log Message:
updated fti actions
=== CMF/CMFWorkspaces/Workspace.py 1.9 => 1.9.4.1 ===
--- CMF/CMFWorkspaces/Workspace.py:1.9 Tue Apr 15 12:08:05 2003
+++ CMF/CMFWorkspaces/Workspace.py Thu May 8 16:05:11 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'
}