From 12f1f97df3d1b745441dbd3b174f9c4f80c5c44a Mon Sep 17 00:00:00 2001 From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> 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 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> --- 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 9aa516a0d9..af62b42c75 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 @@ <th>Last updated</th> <th>Status</th> [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %] - <th class="noExport">Actions</th> + <th class="noExport NoSort">Actions</th> [% END %] </tr> </thead> -- 2.30.2