From 64f2c7b36033667354be03bf0ebf95e983b80a50 Mon Sep 17 00:00:00 2001 From: Angelo Grebenarov Date: Fri, 17 Jun 2022 13:11:18 -0400 Subject: Fixed broken filtering - ticket #17593 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: MaurĂ­cio Meneghini Fauth --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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 -- cgit v1.2.3