1 Jul
2004
1 Jul
'04
4:36 p.m.
"Roch�" == Roch� Compaan <roche@upfrontsystems.co.za> writes:
Roch�> That doesn't make sense, because '_setObject' calls Roch�> 'manage_afterAdd' on the wrapped object so it should work - Roch�> see OFS/ObjectManager.py. Of course you are right. I had first tried to add the object outside of a manage_afterAdd method and got a missing attribute error on the call to manage_permissions: Error Type: AttributeError Error Value: _getProductRegistryData I then moved the code into manage_afterAdd and still got the error message. Apparently, I had not successfully refreshed my product, because it is now working as advertised. Cheers, JDH