Bugzilla – Attachment 184033 Details for
Bug 39522
Add hooks to allow 'Valuebuilder' plugins to be installable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39522: (follow-up) Remove debugging
Bug-39522-follow-up-Remove-debugging.patch (text/plain), 1005 bytes, created by
Martin Renvoize (ashimema)
on 2025-07-12 12:02:59 UTC
(
hide
)
Description:
Bug 39522: (follow-up) Remove debugging
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-07-12 12:02:59 UTC
Size:
1005 bytes
patch
obsolete
>From 944e1d33fd6474fcdc5a18c094f25214529866c2 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Sat, 12 Jul 2025 12:48:50 +0100 >Subject: [PATCH] Bug 39522: (follow-up) Remove debugging > >--- > admin/marc_subfields_structure.pl | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl >index 72ee9bd1513..d8784e137fb 100755 >--- a/admin/marc_subfields_structure.pl >+++ b/admin/marc_subfields_structure.pl >@@ -131,12 +131,6 @@ if ( $op eq 'add_form' ) { > require Koha::Plugins; > my $plugins = Koha::Plugins->new(); > >- # Get all plugins first to debug >- my @all_plugins = $plugins->GetPlugins(); >- foreach my $plugin (@all_plugins) { >- ( $plugin->can('get_valuebuilders') ? "yes" : "no" ); >- } >- > # Use the dedicated get_valuebuilders_installed method > my @plugin_valuebuilders = $plugins->get_valuebuilders_installed(); > >-- >2.50.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39522
:
180283
|
180284
|
180301
|
180302
|
180337
|
180338
|
183467
|
183468
|
183469
|
184030
|
184031
|
184032
| 184033 |
184034
|
184071
|
184072