[Zope-PTK] Re: ZClass dtml add method
Dave Woolston
davew@digicool.com
Thu, 22 Feb 2001 18:27:54 -0500
Hello Bories,
Sorry about the previous blank message. Thanks for your feedback
> >We recently went through adding ZClass based portal content and created
> >a tutorial which was just released to the dogbowl. This may help you.
>
> >http://cmf.zope.org/Members/davew
>
> That really helped a lot, thanks.
>
>
> The <dtml-call "reindexObject"> in the EditDone method produces an
> "Unauthorized" Error. Without that line the product works fine.
>
> <P><STRONG>Unauthorized</STRONG></P>
>
> You are not authorized to access <em>reindexObject</em>.
Yes - you can remove that line, but your objects will not appear in
the catalog. I tried this in the version of PTK from today (am) and
got the same error. I was able to call indexObject instead of
reindexObject.
Dave