Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.2.1, 6.2.2
-
None
-
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.