[Zope] Upgrade python product from Zope2.1.6 to Zope2.3.0 problem

Shane Hathaway shane@digicool.com
Tue, 20 Mar 2001 12:50:57 -0500 (EST)


On 20 Mar 2001, Petr Knapek wrote:

> >>>>> On Tue, 20 Mar 2001 12:05:39 -0500 (EST), Shane Hathaway <shane@digicool.com> said:
>
> Shane,
>
>     SH> Try it without the extra "self" argument, which is something
>     SH> that HTMLFiles wanted but DTMLFiles do not.
>
>     SH>     return self.manage_main(REQUEST,
>     SH> manage_tabs_message=message)
>
> I have tried it but it remains same.  Please see my manage_options
> below, is it correct for Zope2.3.0 ?
>
>     manage_options=(
>         {'label':'Configure', 'action':'manage_main'},
>         {'label':'Show Groups', 'action':'manage_showgroups'},
>         {'label':'User Cache', 'action':'manage_usercache'},
>         {'label':'Show log', 'action':'manage_showlog'},
>         {'label':'Reinit', 'action':'manage_reinit'},
>         {'label':'Notes', 'action':'manage_readme'}
>         )
>
> Now I can see also 'help' key in manage_options python products, is not
> the problem here? (I have no 'help')

It shouldn't matter.

I'm surprised that didn't work.  Your properties.dtml starts out with
<dtml-var manage_tabs>, right?

Shane