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.
Show replies by date