Bugzilla – Attachment 189547 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), 1.14 KB, created by
Jacob O'Mara
on 2025-11-13 10:18:37 UTC
(
hide
)
Description:
Bug 39522: (follow-up) Remove debugging
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2025-11-13 10:18:37 UTC
Size:
1.14 KB
patch
obsolete
>From e14e3d500a9f297e1c344ea321807c3e16de5aa8 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 > >Signed-off-by: Catherine Small <c.small@rcs.ac.uk> >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > 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 d1c706be718..3a88a79c2cf 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.39.5
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
|
189536
|
189537
|
189538
|
189539
|
189540
|
189544
|
189545
|
189546
|
189547
|
189548
|
189549
|
189842
|
189843
|
189844
|
189845
|
189846
|
189847