From 0f1850cf20a31b087531823f821c61b77b5a9608 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 11 May 2023 12:27:31 +0200 Subject: [PATCH] Bug 33463: Remove sort for 'Actions' on the plugins table Test plan: Go go the plugin admin page upload a plugin Notice that the "Actions" column is not longuer sortable --- koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt index 9aa516a0d95..af62b42c75e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt @@ -124,7 +124,7 @@ Last updated Status [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %] - Actions + Actions [% END %] -- 2.25.1