Changes between Version 21 and Version 22 of Modules/Auth
- Timestamp:
- 2011-01-13T18:50:10+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Auth
v21 v22 73 73 * !MolgenisElement could be made generic so you don't need subclasses. Advantage: easier to program. Drawback: loose information that we may want to use in other places. 74 74 75 Discussion: 76 > Q: What if I have readpermissions on 'A' and A has an xref to B. Do I than automatically get readpermission on 'B'? 77 >> A: We could make a special exception for the 'xref_label' of the entity. That should ALWAYS be readable. But without read permissions, users cannot choose other 'B'. 75 78 76 79 == Dynamic permissions: row level security or 'sharing' ==