Re: [Zope] Upgrade python product from Zope2.1.6 to Zope2.3.0 problem
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') SH> Shane Petr -- Petr Knápek NEXTRA Czech Republic, s.r.o., Hlinky 114, 603 00 Brno, Czech Republic e-mail: mailto:petr.knapek@nextra.cz tel:+420-5-43 554 150 FAX:+420-5-43 554 214
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
participants (2)
-
Petr Knapek -
Shane Hathaway