From 5e68bb44bb4ea1734568b7eb928d262951d96a86 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 24 Jun 2025 15:56:46 +0100 Subject: [PATCH] Bug 39522: Add filtering to the plugin home page for valuebuilders This patch adds filtering functionality to the plugin home page to allow valuebuilder plugins to be displayed alongside other plugins. This ensures that valuebuilder plugins are properly integrated into the plugin management interface and can be easily identified and managed by administrators. Test plan: 1. Install a valuebuilder plugin (following the test plan from the previous patch) 2. Go to Administration > Plugins 3. Verify that the valuebuilder plugin appears in the plugins list 4. Confirm that the plugin shows the correct type/category information 5. Use any available filtering options to verify valuebuilder plugins can be filtered appropriately 6. Verify that valuebuilder plugins display the same management options (enable/disable/configure) as other plugin types 7. Test that plugin status changes are reflected correctly in the filtered view Co-authored-by: Mark Hofstetter --- koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 1 + 1 file changed, 1 insertion(+) 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 0f60847ceb9..b6647941450 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 @@ -61,6 +61,7 @@
  • View report plugins
  • View tool plugins
  • View MARC conversion plugins
  • +
  • View value builder plugins
  • View online payment plugins
  • View bibliographic record enhancement plugins for the staff interface
  • View ILL availability plugins
  • -- 2.49.0