Changes between Version 24 and Version 25 of S3/S3REST/URLFormat


Ignore:
Timestamp:
01/30/12 12:57:24 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified S3/S3REST/URLFormat

    v24 v25  
    4444{{{None}}} as value can be specified as {{{NONE}}} in the URL (all-uppercase).
    4545
    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.
     46Values 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.
    4747
    4848It 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.