Changes between Version 27 and Version 28 of Modules/Auth


Ignore:
Timestamp:
2011-01-18T13:00:01+01:00 (14 years ago)
Author:
rwagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Auth

    v27 v28  
    101101
    102102Proposed solution 2: superclass
    103 * There is an interface !RowLevelSecurity that contains fields [owner: mref->!MolgenisUser, shareRead: mref->!MolgenisRole, shareWrite: mref->!MolgenisRole]. [[BR]]Thus a user can choose to share data with the selected groups or individuals.
     103* There is an interface !RowLevelSecurity that contains fields [owner: xref->!MolgenisUser, shareRead: xref->!MolgenisGroup, shareWrite: xref->!MolgenisGroup]. [[BR]]Thus a user can choose to share data with the selected groups or individuals.
    104104> R1: We don't think it is desireable to change the entities by adding three mref's.
    105105> R2: Interfaces currently cannot contain mref's. Why?