Bug #504
closedFix failing filter function for field format combi_matrix
100%
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
Updated by liaham over 3 years ago
- Affected component set to redmine-matrix-field
- Affected Version 3.4.1 added
- Affected Version deleted (
)
Updated by liaham over 3 years ago
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)
.
Updated by liaham over 3 years ago
When grouping as described in #504-3, results having the same value are counted but not displayed as group.
Updated by liaham over 3 years ago
- Target version changed from 3.4.2 to unplanned
Updated by liaham over 3 years ago
- Target version changed from unplanned to 3.5.0
Updated by liaham about 3 years ago
- Target version changed from 3.5.0 to unplanned
Updated by liaham about 3 years ago
- Target version changed from unplanned to 3.5.1
Updated by liaham almost 3 years ago
- Copied to Bug #820: Fix failing filter function for field format combi_matrix added
Updated by liaham almost 3 years ago
- Status changed from New to Closed
- Assignee set to liaham
- % Done changed from 0 to 100