19 Mar
2001
19 Mar
'01
6:07 p.m.
Anyone know how I could call the manage_afterAdd method of ZObjectManager from a python method which is overriding the method in a ZClass. Maybe something like this (but this doesn't work. manage_afterAdd(item, container): context.ZObjectManager.manage_afterAdd(item,container) do_something_else() TIA, Tim McLaughlin