Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
6.2.3
-
None
-
-
Empty show more show less
-
Yes
-
Yes
-
Nucleus 5
-
2
Description
Column Filters: ComboBox Field using the optionListDatasource is not returning results.
Steps to reproduce
- Add a comBoxField filter such as the following:
name: events label: Events icon: icon-calendar subApps: browser: workbench: dropConstraintClass: info.magnolia.contacts.app.main.tree.ContactDropConstraint contentViews: - name: tree $type: treeView defaultOrder: false columns: !override - name: testId label: testId expandRatio: 2 width: 200 filterComponent: $type: comboBoxField emptySelectionAllowed: true textInputAllowed: true datasource: $type: optionListDatasource options: - name: true value: true label: true - name: false value: false label: false
- Note that you can see the options in the field filter

- If you select one of the options, it won't return anything
**
Expected results
We should see the available results after the filter is applied
Actual results
Nothing is returned
Development notes
Are we missing to convert the column options to string when applying the filter?
see also development notes here: MGNLUI-7036
Checklists
Attachments
Issue Links
- duplicates
-
MGNLUI-6016 Column filtering with comboBoxField and optionListDatasource creates wrong query
-
- Closed
-
- is duplicated by
-
MGNLUI-7036 ComboBox field with optionListDatasource doesn't work as filterComponent
-
- Closed
-
- relates to
-
MGNLUI-5903 Column Filter: Improve the JCR data providers to be able to work with Nodes as filter
-
- Closed
-
-
DOCU-2187 Provide a more accurate description for filterComponent in column definition section
-
- Closed
-
- mentioned in
-
Page Loading...