Vote #81425
完了Duplicate entries in issue filter values
0%
説明
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:
!screenshot.png!
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.
journals
Setting the target version to 4.1.4.
--------------------------------------------------------------------------------
Committed the fix. Thank you.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------