Actions
Defect #33059
closed"Role" dropdown in Workflow page is unexpectedly expanded when selecting "all"
Start date:
Due date:
% Done:
0%
Estimated time:
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.
Files
Related issues
Updated by Marius BÄ‚LTEANU over 4 years ago
- Status changed from New to Confirmed
- Target version set to 4.0.7
Updated by Go MAEDA over 4 years ago
- Related to Defect #15988: Unexpected behaviour on issue fields for users that have multiple roles added
Updated by Go MAEDA over 4 years 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.
Updated by Go MAEDA over 4 years ago
- Status changed from Confirmed to Closed
- Resolution set to Fixed
Actions