[CMF-checkins] CVS: Products/CMFCore/interfaces -
portal_types.py:1.17.2.2
Jens Vagelpohl
jens at dataflake.org
Sun Apr 17 04:49:15 EDT 2005
Update of /cvs-repository/Products/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv18319/CMFCore/interfaces
Modified Files:
Tag: CMF-1_5-branch
portal_types.py
Log Message:
- mention that constructContent now returns the object id if no
RESPONSE is handed in.
=== Products/CMFCore/interfaces/portal_types.py 1.17.2.1 => 1.17.2.2 ===
--- Products/CMFCore/interfaces/portal_types.py:1.17.2.1 Tue Sep 7 04:47:54 2004
+++ Products/CMFCore/interfaces/portal_types.py Sun Apr 17 04:49:15 2005
@@ -146,5 +146,6 @@
"""
Build an instance of the appropriate content class in
'container', using 'id'. If RESPONSE is provided, redirect
- to the new object's "initial view".
+ to the new object's "initial view", otherwise return the
+ new object's Id string.
"""
More information about the CMF-checkins
mailing list