[Zope] all_meta_types confusion

Dieter Maurer dieter at handshake.de
Tue Jan 9 13:51:48 EST 2007


Garth B. wrote at 2007-1-9 10:57 -0500:
>def all_meta_types(self):
>    return (
>        {
>            'name' : 'Web Page',
>            'action': 'manage_addProduct/DWT/WebPage_add',
>            'permission': 'Add Web Page',
>        },
>    )
>
>I haven't followed Maciej's suggestion yet to use pdb to more closely trace
>what's going on, but if you have suggestions on what *might* be going on to
>help me in my debugging, that would be great.

This looks good. It should work. If not, the debugging suggestions
is probably the most effective.



-- 
Dieter


More information about the Zope mailing list