Defect #18777
closedMoving column to top of "Select Columns" results in loss of all other column selections
0%
Description
Workflow to reproduce:
- choose a parent project that has sub-projects, click in Issues
- by default, six columns are shown
- expand options -> choose "Project" -> click right arrow to move it to "Selected Columns"
- click the double up arrow (or click single up arrow multiple times) to move "Project" to the top of "Selected Columns"
- click Apply
Expected: seven columns with "Project" being the first column after the issue id.
Result: only the Project column stays selected. The page, when it returns, has a column for Project and the issue id, but all the other columns are no longer displayed.
Further Information¶
After more digging, its worse than just moving it to the top. Every time you move a column up in "Selected Columns" you lose the columns under it as selected when you click apply.
Environment:
Redmine version 2.6.0.stable
Ruby version 1.9.3-p484 (2013-11-22) [x86_64-linux]
Rails version 3.2.21
Environment production
Database adapter PostgreSQL
SCM:
Mercurial 2.8.2
Filesystem
Redmine plugins:
redmine_checklists 3.0.2
redmine_drafts 0.2.0
Related issues
Updated by Jean-Philippe Lang almost 10 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 2.6.1
- Resolution set to Fixed
Fixed in r13869, thanks for pointing this out.
Updated by Jean-Philippe Lang almost 10 years ago
- Has duplicate Defect #18788: Not all columns are saved after their reordering in a custom query added