diff --git a/ChangeLog b/ChangeLog index edb86123d6..33f80bb6d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,7 @@ phpMyAdmin - ChangeLog - issue #17747 The Column Visibility Toggle will not be hidden by other elements - issue #17756 Edit/Copy/Delete row now works when using GROUP BY - issue #17248 Support the UUID data type for MariaDB >= 10.7 +- issue #17656 Fix replace/change/set table prefix is not working 5.2.0 (2022-05-10) - issue #16521 Upgrade Bootstrap to version 5 diff --git a/templates/database/structure/bulk_action_modal.twig b/templates/database/structure/bulk_action_modal.twig new file mode 100644 index 0000000000..36edbed5be --- /dev/null +++ b/templates/database/structure/bulk_action_modal.twig @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/templates/database/structure/check_all_tables.twig b/templates/database/structure/check_all_tables.twig index ac14dafc90..da94978829 100644 --- a/templates/database/structure/check_all_tables.twig +++ b/templates/database/structure/check_all_tables.twig @@ -39,23 +39,6 @@ {{ hidden_fields|join('\n')|raw }} - - {% if central_columns_work is defined and central_columns_work %} {% if check_all_tables %} - {% include 'database/structure/check_all_tables.twig' with check_all_tables only %} + {% include 'database/structure/check_all_tables.twig' with check_all_tables only %} {% endif %} +{% if check_all_tables %} + {% include 'database/structure/bulk_action_modal.twig' with check_all_tables only %} +{% endif %}