PRDistribution class: makePrivate and makePublic method are identical
hhs@lexdb.net
hhs at lexdb.net
Thu Oct 16 08:43:58 MEST 2008
Hello
In the class PRDistribution (Pier 1.0.17) I found that the methods makePrivate
and makePublic are identical. I assume this is an error. How does a fix look
like. Or do I need to load a Security addin/overlay which patches these
functions?
Kind regards
Hannes Hirzel
PRDistribution>>makePrivate
makePrivate: aStructure
aStructure securityDecoration owner: self kernel users anyOne.
aStructure securityDecoration otherPermissions: Set new.
aStructure securityDecoration group: self kernel groups anyOne.
makePublic: aStructure
aStructure securityDecoration owner: self kernel users anyOne.
aStructure securityDecoration otherPermissions: Set new.
aStructure securityDecoration group: self kernel groups anyOne.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iam.unibe.ch/pipermail/smallwiki/attachments/20081016/65292fcd/attachment.html
More information about the smallwiki
mailing list