-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EZP-24264: QueryController ExpressionLanguage support
Entries from params.queryParameter will be searched for values starting with '@=' (standard expression language syntax in yaml). The expressions will be processed by the QueryController, and have access to: - `view`: the ContentView - `content`: the rendered Content - `location`: the rendered Location, if any This expression would pass the location id as the parentLocationId queryParameter: ``` params: queryParameters: parentLocationId: @=location.id ```
- Loading branch information
Bertrand Dunogier
committed
Oct 17, 2015
1 parent
10d7b96
commit 84d6c9f
Showing
1 changed file
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters