[Zapp-cvs-commit] ZApp ZApp_CMFBase.py,1.17,1.18
Brought to you by:
sspickle
|
From: <ssp...@us...> - 2003-11-06 17:24:00
|
Update of /cvsroot/zapp/ZApp
In directory sc8-pr-cvs1:/tmp/cvs-serv23601
Modified Files:
ZApp_CMFBase.py
Log Message:
fixed CMFBAse so that it still works with levers..
Index: ZApp_CMFBase.py
===================================================================
RCS file: /cvsroot/zapp/ZApp/ZApp_CMFBase.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ZApp_CMFBase.py 28 Oct 2003 20:27:03 -0000 1.17
--- ZApp_CMFBase.py 6 Nov 2003 17:23:55 -0000 1.18
***************
*** 17,20 ****
--- 17,21 ----
props = lpcol(
[
+ lprop(id='title'),
lprop(id='cmf_portal_type'),
lprop(id='safeStorageID'),
|