Changes between Version 62 and Version 63 of S3/S3AAA


Ignore:
Timestamp:
02/15/11 02:41:14 (14 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA

    v62 v63  
    100100These meta fields are contained in both {{{s3_authorstamp()}}} as well as {{{s3_meta_fields()}}}.
    101101
    102 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).
     102A 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'''.
    103103
    104104In tables which do not define either of these meta-fields, ownership rules are not applied ({{{uacl}}} only).