Bugzilla – Attachment 163701 Details for
Bug 35536
Improve removal of Koha plugins in unit tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35536: (follow-up) Add missing koha_object(s)_class definitions
Bug-35536-follow-up-Add-missing-kohaobjectsclass-d.patch (text/plain), 969 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2024-03-22 13:07:00 UTC
(
hide
)
Description:
Bug 35536: (follow-up) Add missing koha_object(s)_class definitions
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-03-22 13:07:00 UTC
Size:
969 bytes
patch
obsolete
>From b508dfdaf72ac19be2ed9d668af3ed128b6e6635 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 22 Mar 2024 13:06:29 +0000 >Subject: [PATCH] Bug 35536: (follow-up) Add missing koha_object(s)_class > definitions > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/PluginData.pm | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/PluginData.pm b/Koha/Schema/Result/PluginData.pm >index f40a2f6f4a7..1df0f8e0143 100644 >--- a/Koha/Schema/Result/PluginData.pm >+++ b/Koha/Schema/Result/PluginData.pm >@@ -70,5 +70,11 @@ __PACKAGE__->set_primary_key("plugin_class", "plugin_key"); > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:g4MbnMszG6BGSG0vHxWQig > > >-# You can replace this text with custom content, and it will be preserved on regeneration >+sub koha_objects_class { >+ 'Koha::Plugins::Datas'; >+} >+sub koha_object_class { >+ 'Koha::Plugins::Data'; >+} >+ > 1; >-- >2.44.0
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 35536
:
159804
|
159820
|
159821
|
159822
|
159823
|
159824
|
159825
|
159830
|
159839
|
159840
|
159841
|
159842
|
159843
|
159844
|
160024
|
160025
|
160026
|
160027
|
160028
|
160029
|
160030
|
160031
|
160032
|
160801
|
160802
|
160803
|
160804
|
160805
|
160806
|
160807
|
160808
|
160809
|
160817
|
160818
|
160819
|
160820
|
160821
|
160822
|
160823
|
160824
|
160825
|
160881
|
160882
|
160883
|
160884
|
160885
|
160886
|
160887
|
160888
|
160889
| 163701 |
163797