29 Sep
2004
29 Sep
'04
7:47 a.m.
Hello, Is it possible to protect a class method with multiple permissions? ClassSecurityInfo().declareProtected(['perm1','perm2'], 'method') doesn't seem to work and ClassSecurityInfo().declareProtected('perm1', 'method') ClassSecurityInfo().declareProtected('perm2', 'method') will default to perm2 - the last assertion. Do I need to create a new permission?
7858
Age (days ago)
7858
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
drew nichols