Bugzilla – Attachment 165448 Details for
Bug 35581
ILL Koha classes are not consistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35581: Fix Illcomment schema file missing koha_object_class methods
Bug-35581-Fix-Illcomment-schema-file-missing-kohao.patch (text/plain), 899 bytes, created by
Pedro Amorim
on 2024-04-24 08:34:13 UTC
(
hide
)
Description:
Bug 35581: Fix Illcomment schema file missing koha_object_class methods
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-04-24 08:34:13 UTC
Size:
899 bytes
patch
obsolete
>From 4b03a1fd7ebfa81987301f8ca02af0692f23242e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 24 Apr 2024 08:32:08 +0000 >Subject: [PATCH] Bug 35581: Fix Illcomment schema file missing > koha_object_class methods > >--- > Koha/Schema/Result/Illcomment.pm | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/Illcomment.pm b/Koha/Schema/Result/Illcomment.pm >index 90a389a095a..125bee64068 100644 >--- a/Koha/Schema/Result/Illcomment.pm >+++ b/Koha/Schema/Result/Illcomment.pm >@@ -143,5 +143,12 @@ __PACKAGE__->belongs_to( > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z5Y6mVTLtrYxmqmyAc/E7A > > >-# You can replace this text with custom code or comments, and it will be preserved on regeneration >+sub koha_object_class { >+ 'Koha::ILL::Comment'; >+} >+ >+sub koha_objects_class { >+ 'Koha::ILL::Comments'; >+} >+ > 1; >-- >2.39.2
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 35581
:
159863
|
159864
|
159865
|
159866
|
159867
|
159868
|
159869
|
159870
|
159871
|
159872
|
159873
|
160422
|
160423
|
160424
|
160425
|
160426
|
160427
|
160428
|
160429
|
160430
|
160431
|
160432
|
160620
|
160622
|
162020
|
162021
|
162022
|
162023
|
162024
|
162025
|
162026
|
162027
|
162028
|
162029
|
162030
|
162031
|
162032
|
162817
|
162818
|
162819
|
162820
|
162821
|
162822
|
162823
|
162824
|
162825
|
162826
|
162827
|
162828
|
162829
|
162880
|
162881
|
162882
|
162883
|
162884
|
162885
|
162886
|
162887
|
162888
|
162889
|
162890
|
162891
|
162892
|
163803
|
163804
|
163805
|
163806
|
163807
|
163808
|
163809
|
163810
|
163811
|
163812
|
163813
|
163814
|
163815
|
163816
|
164069
|
164070
|
164071
|
164072
|
164073
|
164074
|
164075
|
164076
|
164077
|
164078
|
164079
|
164080
|
164081
|
164082
| 165448