9 Jan
2007
9 Jan
'07
6:51 p.m.
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