[Zope] Changing 'Catalog' name
Joshua Brauer
joshua@brauer.org
Wed, 29 Sep 1999 21:08:57 -0600
I have a Zclass (planner) with an instance (plan).
Planner has a Zclass that is based on Zcatalog aware and object manager called planner_wish.
The DTML method that creates instances of planner_wish uses <dtml-call reindex_object> to (I wish) get the item into the catalog like so:
<!--#with "myclass.createInObjectManager(REQUEST['id'], REQUEST)"-->
<dtml-call "propertysheets.myclass.manage_editProperties(REQUEST)">
<dtml-call reindex_object>
<!--#/with-->
I've defined a default_catalog for the parent Zclass, but I can't seem to get the items to catalog into any catalog except "Catalog". Is there a way to change the name of the default catalog?
Josh
___________________________________________
Joshua Brauer
joshua@brauer.org
http://www.brauer.org
___________________________________________