Defect #33059
"Role" dropdown in Workflow page is unexpectedly expanded when selecting "all"
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues workflow | |||
Target version: | 4.0.7 | |||
Resolution: | Fixed | Affected version: |
Description
Expected Result | Actual Result |
![]() |
![]() |
As shown in the "Actual Result" above, even if "all" is selected in roles, pressing the Edit button will display "multiple selectbox with all options selected" instead of "all".
After all, there is no problem because all roles can be selected.
However, it is unnatural for the contents of the select box to change.
This problem occurs because find_roles in workflows_controller.rb was not fixed at the same time as change #15988.
Related issues
Associated revisions
"Role" dropdown in Workflow page is unexpectedly expanded when selecting "all" (#33059).
Patch by Mizuki ISHIKAWA.
History
#1
Updated by Marius BALTEANU 11 months ago
- Status changed from New to Confirmed
- Target version set to 4.0.7
#2
Updated by Go MAEDA 11 months ago
- Related to Defect #15988: Unexpected behaviour on issue fields for users that have multiple roles added
#3
Updated by Go MAEDA 11 months ago
- Subject changed from @roles is incorrect when the selected option is "all" in find_roles of workflows. to "Role" dropdown in Workflow page is unexpectedly expanded when selecting "all"
- Category changed from UI to Issues workflow
- Assignee set to Go MAEDA
Committed the patch. Thank you for detecting and fixing the issue.