-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.15.0
-
Component/s: Ergonomy / UX / UI, Page Providers
-
Epic Link:
-
Tags:
-
Sprint:NOS 11.1.12 - 2019-07 01
-
Story Points:3
Make page providers quick filters easier to configure and understand.
AC
- Clause shows a placeholder:
example: ecm:currentLifeCycleState = "validated"
- Name is used as the default translation if none is defined in the messages*.json files
- Contextual help is added:
- Name:
Used as default label if it's not translated. Use the ui.label.quickFilters.yourQuickFilterName key to translate it.
- Clause:
Use a [NXQL](https://doc.nuxeo.com/nxdoc/nxql/?source=studio&medium=ctx-help-quick-filters in a new page) query to express your filter. Examples: ecm:currentLifeCycleState= "someState" (filter on a state), myschema:someProperty IS NOT NULL
- Name:
- is related to
-
NXS-5398 Fix placeholder for quick filters
- Resolved