Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Grebenarov <grebenarov@gmail.com>2022-06-17 20:11:18 +0300
committerMaurĂ­cio Meneghini Fauth <mauricio@fauth.dev>2022-07-19 19:47:16 +0300
commit64f2c7b36033667354be03bf0ebf95e983b80a50 (patch)
tree6db0ae908d1bea00c1e8789fa502bbb529b77f07 /ChangeLog
parent6957064cea185c43f7222a215abb19ed17538f21 (diff)
Fixed broken filtering - ticket #17593
Fixes #17593 Closes #17610 In (Page-related settings) -> (Where to show the table row links) there are 4 options: Left, Right, Both, and Nowhere. The 3 dummy elements (mentioned in this ticket) are only needed for Left, Both, and Nowhere... and they are NOT needed for "Right". Since the main thing that distinguishes the "Right" position from the other 3 is - "colspan", my code checks for the presence of "colspan" on the first existing (non-dummy) element, and then decides whether or not to add the 3 additional dummy- elements. Signed-off-by: Angelo Grebenarov <grebenarov@gmail.com> Signed-off-by: MaurĂ­cio Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd67a12d7b..a53b2a9905 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,7 @@ phpMyAdmin - ChangeLog
- issue Fix PHP 8.2 deprecated string interpolation syntax
- issue Some languages are now correctly detected from the HTTP header
- issue #17617 Sorting is correctly remembered when $cfg['RememberSorting'] is true
+- issue #17593 Table filtering now works when action buttons are on the right side of the row
5.2.0 (2022-05-10)
- issue #16521 Upgrade Bootstrap to version 5