Bug #504
closed
Fix failing filter function for field format combi_matrix
Added by liaham about 4 years ago.
Updated over 3 years ago.
Compatible Redmine Version:
Description
The values for a field with format Combi Matrix consists of several fields which could have the same name but different ids.
For unknown reasons it is not possible to filter by a field with format Combi Matrix:
a) When a single or all fields with a certain name are selected, the filter result is empty.
b) When a single or all fields with a certain name should not be include, the filter shows always all results.
Furthermore, it is not possible to group by a field values and get all results having the same name in a group. Instead every single value independent of its name but id, is grouped.
Files
- Affected Component set to redmine-matrix-field
- Affected Version 3.4.1 added
- Affected Version deleted (
)
- Target version changed from 3.4.1 to 3.4.2
Workaround for grouping
Add the index pair to each enumeration name, e.g., low (1,2)
.
This makes clear what is the difference between the groups low
and low
-> low (1,2)
and low (1,1)
.
When grouping as described in #504-3, results having the same value are counted but not displayed as group.

- Target version changed from 3.4.2 to unplanned
- Description updated (diff)
- Target version changed from unplanned to 3.5.0
- Target version changed from 3.5.0 to unplanned
- Target version changed from unplanned to 3.5.1
- Copied to Bug #820: Fix failing filter function for field format combi_matrix added
- Status changed from New to Closed
- Assignee set to liaham
- % Done changed from 0 to 100
Also available in: Atom
PDF