1 Aug
2001
1 Aug
'01
6:18 p.m.
Dirksen writes:
I have a folder class extends from ObjectManager, and is declared protected as in: security = ClassSecurityInfo() security.declareObjectProtected('View')
I also deprive anonymous user the permission of 'View' in the security setting of this folder(an instance of my class). All immediate methods are protected, but the subObjects contained within are still exposed to anonymous. That is to be expected:
They probably have there own protection declarations.
I put those two lines in the subObject class, doesn't help either. What's missing? That's strange.
Dieter