Changes between Version 24 and Version 25 of S3/S3REST/URLFormat
- Timestamp:
- 01/30/12 12:57:24 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified S3/S3REST/URLFormat
v24 v25 44 44 {{{None}}} as value can be specified as {{{NONE}}} in the URL (all-uppercase). 45 45 46 A value enclosed in double quotes {{{"}}} is treated as string constant - i.e. commas and {{{NONE}}} inside the string will not be interpreted in this case.46 Values with commas are always treated as a list of values. A value enclosed in double quotes {{{"}}} is treated as string constant - i.e. commas and {{{NONE}}} inside the string will not be interpreted in this case. 47 47 48 48 It is possible to chain {{{$}}} selectors like in {{{resource.foreign_key$foreign_key$fieldname=value}}} to select fields in tables which are two or more forward references away.