Defect #44221
closed"Selected Columns" checkbox does not enable or disable the column lists on the new Gantt query form
Description
Since the fix in r22574, it is no longer possible to enable columns on the custom query creation.
This is caused by a missing update to the selector, and it needs to be fixed in the same way as /app/views/gantts/show.html.erb
Files
Related issues
Updated by Go MAEDA about 1 month ago
Could you describe the steps to reproduce the problem? I don't yet understand the issue you are reporting, so the reproduction steps would be helpful.
Updated by Go MAEDA 16 days ago
- Tracker changed from Patch to Defect
- Subject changed from Fix toggling query columns on custom query creation to "Selected Columns" checkbox does not enable or disable the column lists on the new Gantt query form
- Target version set to 6.0.11
Thank you for the patch. I was able to reproduce the problem.
Steps to reproduce:
1. Go to the Gantt page of a project and expand "Options". Toggle the "Display" checkbox in the "Columns" fieldset: the "Available Columns" and "Selected Columns" lists are disabled and enabled accordingly. This is the expected behavior.
2. Click "Save custom query" to open the new query form.
3. Uncheck "Default columns" in the "Options" fieldset.
4. Toggle the "Selected Columns" checkbox in the "Show" row. The column lists should be disabled and enabled accordingly, but they stay enabled regardless of the checkbox.
Setting the target version to 6.0.11.
Updated by Go MAEDA 12 days ago
- Related to Feature #39806: Improve filter rendering on narrow screens by replacing the layout tables with a flex layout added