Bugzilla – Attachment 158927 Details for
Bug 30070
Performance issues with edifactmsgs when you have a large number of messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30070: Add koha_obejct_class(s) to EdifactMessage
Bug-30070-Add-kohaobejctclasss-to-EdifactMessage.patch (text/plain), 761 bytes, created by
Martin Renvoize (ashimema)
on 2023-11-14 15:23:21 UTC
(
hide
)
Description:
Bug 30070: Add koha_obejct_class(s) to EdifactMessage
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-11-14 15:23:21 UTC
Size:
761 bytes
patch
obsolete
>From 9c7abe59b23a9ebe92a3bb82db25474c09b40312 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 14 Nov 2023 11:39:22 +0000 >Subject: [PATCH] Bug 30070: Add koha_obejct_class(s) to EdifactMessage > >--- > Koha/Schema/Result/EdifactMessage.pm | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/Koha/Schema/Result/EdifactMessage.pm b/Koha/Schema/Result/EdifactMessage.pm >index db24e7468cf..9bfd3c51ab4 100644 >--- a/Koha/Schema/Result/EdifactMessage.pm >+++ b/Koha/Schema/Result/EdifactMessage.pm >@@ -202,4 +202,11 @@ __PACKAGE__->add_columns( > '+deleted' => { is_boolean => 1 }, > ); > >+sub koha_objects_class { >+ 'Koha::Edifact::Files'; >+} >+sub koha_object_class { >+ 'Koha::Edifact::File'; >+} >+ > 1; >-- >2.41.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 30070
:
158808
|
158809
|
158810
|
158887
|
158903
|
158904
|
158905
|
158906
|
158907
|
158908
|
158909
|
158910
|
158911
|
158912
|
158913
|
158914
|
158915
|
158918
|
158920
|
158922
|
158923
|
158924
|
158925
|
158926
|
158927
|
158928
|
158929
|
158930
|
158931
|
158932
|
158933
|
158934
|
158935
|
158936
|
158937
|
158938
|
158939
|
158940
|
158941
|
158942
|
158943
|
158944
|
158945
|
158946
|
158947
|
158948
|
158949
|
158950
|
158951
|
158952
|
158953
|
158954
|
158955
|
158963
|
158964
|
158965
|
158966
|
158967
|
158968
|
158969
|
158970
|
158971
|
158972
|
158973
|
158974
|
158975
|
159026
|
159027
|
159028
|
159029
|
159030
|
159031
|
159032
|
159033
|
159034
|
159035
|
159036
|
160336
|
160337
|
160338
|
160339
|
160340
|
160341
|
160342
|
160343
|
160344
|
160345
|
160346
|
160347
|
160348