Actions
Feature #4395
closedsupport template for view path
Start date:
04/26/2013
Due date:
% Done:
100%
Estimated time:
Description
Example:
<view path_template="/date/{date}/{operation=defaultOperation}"> <connector> <parameter name="url" eval="concat('http://host/', path('operation'), '&date=', path('date'))"/> </connector> </view>
Updated by Reynaud Sylvain about 12 years ago
When attribute @path_template is set, then default post-view processors must be disabled.
Updated by Reynaud Sylvain about 12 years ago
- 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.
- Auto-completion patch need to be replaced by the latest version corresponding to your IDE:
http://software.in2p3.fr/lavoisier/autocomplete/idea/xpath.jar
http://software.in2p3.fr/lavoisier/autocomplete/PhpStorm/xpath.jar
Actions