Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.1, 6.2.2
-
Fix Version/s: 6.2.2
-
Component/s: maxgui
-
Labels:None
-
Sprint:MXS-SPRINT-149
Description
Steps to reproduce:
- Run a random query. e.g. SELECT * FROM mysql.help_topic
- Click `Columns` dropdown button in the results pane
- Click on `Search` input to search for a column. e.g. name
Expected result:
- The checkbox for the `name` option should be checked by default.
- When toggling the columns, it should toggle the visibility of columns in the result table
Actual result:
- The checkbox for the `name` option isn't checked by default.
- Toggling columns is not working.