9 Apr
2002
9 Apr
'02
1:37 p.m.
Maik Jablonski wrote:
maybe I didn't understand the problem right away... but maybe this will work (it does for me):
if self.hasProperty('TIDY'): ThenDoMuchMoreCleanUp
or:
if self.aq_parent.hasProperty('TIDY'): ThenDoMuchMoreCleanUp
NO, both don't work in in the PUT method!