File contents
--- CMFPhoto/Photo.py.orig 2004-02-08 02:34:05.000000000 +0800
+++ CMFPhoto/Photo.py 2004-05-15 21:58:36.000000000 +0800
@@ -64,7 +64,7 @@
},
{ 'id' : 'edit',
'name' : 'Properties',
- 'action' : 'portal_form/image_edit_form',
+ 'action' : 'image_edit_form',
'permissions' : (CMFCorePermissions.ModifyPortalContent, )
},
{ 'id' : 'transform',
@@ -74,7 +74,7 @@
},
{ 'id' : 'metadata',
'name' : 'Metadata',
- 'action' : 'portal_form/metadata_edit_form',
+ 'action' : 'metadata_edit_form',
'permissions' : (CMFCorePermissions.ModifyPortalContent, )
}
)