mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
phpMyAdmin #408
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @foxly-it on 4/27/2023
CloudPanel version(s) affected
2.3.1
Description
Buggy version phpMyAdmin 5.1.2:
Sorting a column in a table is not possible via mouse click, only via dropdown.
Switching pages in the left sidebar creates an incorrect display and does not change the page.
How to reproduce
Open a database
Open a table and try to sort the table with the mouse.
Try to change the page in the left sidebar.
Possible Solution
The whole behavior will be fixed with a newer version starting with 5.2.0 according to phpMyAdmin.
Additional Context
The latest version of phpMyAdmin is version 5.2.1, which also brings several bugfixes.