You are not logged in Log in Join
You are here: Home » Members » hewei » Zope RPMs for RedHat » Plone Product RPMs » CMF Photo » CMFPhoto-0.4.2-plone2.patch » View File

Log in
Name

Password

 

CMFPhoto-0.4.2-plone2.patch

Must be patched to run on my plone2, not sure about yours.
File details
Size
1 K
File type
text/plain

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, )
         }
       )