[Zope] manage_editCataloger-Question
Tom
Tom.Schwaller@linux-magazin.de
Sat, 09 Oct 1999 11:37:35 +0000
Martijn Pieters wrote:
>
> At 06:27 9-10-99 , Tom wrote:
> >I applied the proposed patch
> ><dtml-let obj="Firma.createInObjectManager(REQUEST['id'], REQUEST)">
> ><dtml-call "obj.propertysheets.daten.manage_editProperties(REQUEST)">
> ><dtml-call "obj.propertysheets.daten.manage_editCataloger('Catalog1',
> >REQUEST)">
> ><dtml-call "obj.reindex_object">
> ></dtml-let>
>
> This should read:
> <dtml-with "Firma.createInObjectManager(REQUEST['id'], REQUEST)">
> <dtml-call "propertysheets.daten.manage_editProperties(REQUEST)">
> <dtml-call "manage_editCataloger('Catalog1', REQUEST)">
> <dtml-call reindex_object>
> </dtml-with>
Uups, I thought I started with exactly this code, but probably I
did something wrong. The above code works as expected. Thanks
a lot for clarifying this (seems to be a FAQ :-))
Setting default_catalog by a managment screen would be nice
but zclassifying CatalogAware gives not much sense, I guess?
thanks..
--
Tom