Changes between Version 19 and Version 20 of S3/S3ResourceFilter
- Timestamp:
- 12/23/13 08:52:54 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3ResourceFilter
v19 v20 56 56 To access fields in a table which is linked via a link table, replace the fkey by the link table name and add left and right key if not already specified by add_component: 57 57 {{{ 58 alias.{{lkey:}linktable {:rkey}$}field58 alias.{{lkey:}linktable.rkey$}field 59 59 }}} 60 60