29 Apr
2002
29 Apr
'02
1:54 p.m.
On Mon, 29 Apr 2002, Steve Alexander wrote:
Jerome Alet wrote:
ok, so if I understand correctly all I have to do to make a not-hotfix product is just do an unconditionnal assignment of my new complete main.dtml file to ObjectManager.ObjectManager.manage_main in my product's __init__.py file ?
If the ObjectManager class has already been initialized, then its security declarations will have been applied to the preexisting main DTMLFile object.
In which case, you'll have to re-initialise the class, or process your own security declarations, or something like that.
Ok, for now I will go with the patch, and I'll think more about this for the next version. thanks for the help. Jerome Alet