Feature #4395
closed
support template for view path
Added by Reynaud Sylvain over 12 years ago.
Updated about 12 years ago.
Description
Example:
<view path_template="/date/{date}/{operation=defaultOperation}">
<connector>
<parameter name="url" eval="concat('http://host/', path('operation'), '&date=', path('date'))"/>
</connector>
</view>
When attribute @path_template is set, then default post-view processors must be disabled.
- Status changed from New to Resolved
- Assigned To set to Reynaud Sylvain
- % Done changed from 0 to 100
- To make path optional, use path('') instead of path(-1).
- The command lavoisier-update-config convert current usage of function path(). For example, path(2) will be converted into path('2') and an attribute path-template="/{1}/{2}" will be generated.
Also available in: Atom
PDF