Defect #35201
Duplicate entries in issue filter values
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues filter | |||
Target version: | 4.1.4 | |||
Resolution: | Fixed | Affected version: |
Description
when filtering the issue list for multiple assignees, the redisplayed filter values box contained the selected users twice - once under their option group (i.e. 'active'), and once below, without any option group:
The cause was using .last
when computing missing entries, which will not return the id
as expected in the case of 3-element array values. Using [1]
instead fixed this. That bug was observed on 3.4 through to current master.
History
#1
Updated by Go MAEDA over 1 year ago
- Tracker changed from Patch to Defect
- Status changed from New to Confirmed
- Target version set to 4.1.4
Setting the target version to 4.1.4.
#2
Updated by Go MAEDA over 1 year ago
- Status changed from Confirmed to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix. Thank you.
#3
Updated by Go MAEDA over 1 year ago
- Subject changed from duplicate entries in issue filter values to Duplicate entries in issue filter values