Changes between Version 71 and Version 72 of S3/S3AAA


Ignore:
Timestamp:
02/15/11 07:57:40 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA

    v71 v72  
    100100
    101101  ||'''Field name'''||'''Type'''||'''Description'''||
    102   ||owned_by_user||integer (reference auth_user)||ID of the user who ownes this record[[BR]](defaults to the ID of the user who created the record)||
     102  ||owned_by_user||integer (reference auth_user)||ID of the user who owns this record[[BR]](defaults to the ID of the user who created the record)||
    103103  ||owned_by_role||integer (reference auth_group)||ID of the group (role) who own the record||
    104104
    105 These meta fields are contained in both {{{s3_authorstamp()}}} as well as {{{s3_meta_fields()}}}.
    106 
    107 A user is considered ''owner'' of a record if they are either individual owner of the record (user ID == {{{owned_by_user}}}), '''or''' they are a member of the owner role ({{{owned_by_role}}} in user roles) '''or''' if {{{owned_by_user}}} == '''None''' '''or''' if {{{owned_by_role}}} == '''None'''.
     105These meta fields are contained in {{{s3_authorstamp()}}} and hence also in {{{s3_meta_fields()}}}.
     106
     107A user is considered the ''owner'' of a record if they are either the individual owner of the record (user ID == {{{owned_by_user}}}), '''or''' they are a member of the owner role ({{{owned_by_role}}} in user roles) '''or''' if {{{owned_by_user}}} == '''None''' '''or''' if {{{owned_by_role}}} == '''None'''.
    108108
    109109In tables which do not define either of these meta-fields, ownership rules are not applied ({{{uacl}}} only).