[Zope] problems creating a Contents management tab
Max Møller Rasmussen
maxm@normik.dk
Tue, 10 Jul 2001 15:51:06 +0200
I would look in ObjecManager.py / manage_main()
But try the simple things first. Try removing all your own manage tabs and
just use the defaults from your parent classes.
like this:
manage_options = ObjectManager.manage_options\
+ RoleManager.manage_options
+ Item.manage_options
If this gives you trouble, you should look elsewhere for your error.
regards Max M
> -----Original Message-----
> From: Bob Shelton [mailto:polaris@infinity.erf.net]
> Sent: Tuesday, July 10, 2001 3:15 PM
> To: mail@peterbe.com; maxm@normik.dk; polaris@erf.net; zope@zope.org
> Subject: Re: [Zope] problems creating a Contents management tab
>
>
> > As a little reminder when working with tabs.
> > They sometimes don't show if there's an error in the action value.
> > I've a few times hacked the tabs of folders or products and
> extended them
> > with my own classes. If my classes fail startup, the tabs
> just don't appear.
> > Be careful.
>
> is there no straightforward way?
> where exactly is the code to the contents tab of ObjectManager?
>
> thanks.
>
> -bob
>