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.
_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki