[Zapp-cvs-commit] ZApp ZApp_CMFBase.py,1.57,1.58
Brought to you by:
sspickle
|
From: Steve S. <ssp...@us...> - 2005-01-07 15:58:02
|
Update of /cvsroot/zapp/ZApp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3716 Modified Files: ZApp_CMFBase.py Log Message: fixed edit action for zapp_zodb_image. Index: ZApp_CMFBase.py =================================================================== RCS file: /cvsroot/zapp/ZApp/ZApp_CMFBase.py,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** ZApp_CMFBase.py 21 Sep 2004 17:31:39 -0000 1.57 --- ZApp_CMFBase.py 7 Jan 2005 15:57:46 -0000 1.58 *************** *** 170,174 **** """we use _notifyOfCopy to save our miscData to a property so that the copy can retrieve it once created...""" - ZApp_LOG("_ZCMFnotifyOfCopyTo: " + container.getId() + ":" + `op` + ":" + `notify_depth`, dbug_level) --- 170,173 ---- *************** *** 951,955 **** {'id': 'edit', 'name': 'Edit', ! 'action': 'image_edit_form', 'permissions': (CMFCorePermissions.ModifyPortalContent,), }, --- 950,954 ---- {'id': 'edit', 'name': 'Edit', ! 'action': 'zapp_zodb_image_edit_form', 'permissions': (CMFCorePermissions.ModifyPortalContent,), }, |