[CMF-checkins] CVS: CMF - Topic.py:1.19
Jeffrey Shell
jeffrey@digicool.com
Wed, 9 May 2001 16:47:30 -0400 (EDT)
Update of /cvs-repository/CMF/CMFTopic
In directory korak:/tmp/cvs-serv1840
Modified Files:
Topic.py
Log Message:
Fixing minor typo in factory_type_information
--- Updated File Topic.py in package CMF --
--- Topic.py 2001/05/02 23:11:30 1.18
+++ Topic.py 2001/05/09 20:47:29 1.19
@@ -104,7 +104,7 @@
'with up to date queries into the catalog.'),
'product': 'CMFTopic',
'factory': 'addTopic',
- 'immediate_view': 'topic_edit_formx',
+ 'immediate_view': 'topic_edit_form',
'actions': ({'id': 'view',
'name': 'View',
'action': 'topic_view',