I found a bug when i was trying to rename a table's name. When I do "rename table a_table to a_new_table" through sql written syntax, the left side menu doesn't update the updated table's name.
Well, for a web interface like phpMyAdmin, our priority is for the actions directly supported by the interface. Renaming a table is done via its Operations panel, and in version 4.0 the navigation panel gets updated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
summary: After "Rename table ... to ..." left menu doesn't reflect changes --> (ok 4.0.0-beta2) After "Rename table ... to ..." left menu doesn't reflect changes
assigned_to: Marc Delisle
priority: 5 --> 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Still present in 4.0.0-beta1.
i hope it can be fixed :)
Well, for a web interface like phpMyAdmin, our priority is for the actions directly supported by the interface. Renaming a table is done via its Operations panel, and in version 4.0 the navigation panel gets updated.
I have fixed this bug and done a pull request for it
https://github.com/phpmyadmin/phpmyadmin/pull/157
Pull request 157 was rejected.
Fix: https://github.com/phpmyadmin/phpmyadmin/pull/184