Project

General

Custom queries

Profile

Actions

Feature #4395

closed

support template for view path

Added by Reynaud Sylvain about 12 years ago. Updated about 12 years ago.

Status:
Resolved
Priority:
Low
Assigned To:
Category:
-
Target version:
-
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'), '&amp;date=', path('date'))"/>
        </connector>
    </view>

Actions #1

Updated by Reynaud Sylvain about 12 years ago

When attribute @path_template is set, then default post-view processors must be disabled.

Actions #2

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.
Actions

Also available in: Atom PDF