Bugzilla – Attachment 160347 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: (QA follow-up) Make qa script happy
Bug-30070-QA-follow-up-Make-qa-script-happy.patch (text/plain), 1.43 KB, created by
Martin Renvoize (ashimema)
on 2023-12-28 10:46:32 UTC
(
hide
)
Description:
Bug 30070: (QA follow-up) Make qa script happy
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-28 10:46:32 UTC
Size:
1.43 KB
patch
obsolete
>From ff064a6f93e9b343891745c7f263ed97ac6f5dd1 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 14 Nov 2023 11:57:40 -0500 >Subject: [PATCH] Bug 30070: (QA follow-up) Make qa script happy > >Signed-off-by: Ray Delahunty <r.delahunty@arts.ac.uk> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/REST/V1/Acquisitions/Vendor/Edifact/Files.pm | 3 +-- > Koha/Schema/Result/EdifactMessage.pm | 9 +++++++++ > 2 files changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/REST/V1/Acquisitions/Vendor/Edifact/Files.pm b/Koha/REST/V1/Acquisitions/Vendor/Edifact/Files.pm >index fe9e2f3ed1c..d672038e5d3 100644 >--- a/Koha/REST/V1/Acquisitions/Vendor/Edifact/Files.pm >+++ b/Koha/REST/V1/Acquisitions/Vendor/Edifact/Files.pm >@@ -56,8 +56,7 @@ sub list { > status => 200, > openapi => $files, > ); >- } >- catch { >+ } catch { > $c->unhandled_exception($_); > }; > } >diff --git a/Koha/Schema/Result/EdifactMessage.pm b/Koha/Schema/Result/EdifactMessage.pm >index 9bfd3c51ab4..225481ed777 100644 >--- a/Koha/Schema/Result/EdifactMessage.pm >+++ b/Koha/Schema/Result/EdifactMessage.pm >@@ -202,9 +202,18 @@ __PACKAGE__->add_columns( > '+deleted' => { is_boolean => 1 }, > ); > >+=head2 koha_objects_class >+ >+=cut >+ > sub koha_objects_class { > 'Koha::Edifact::Files'; > } >+ >+=head2 koha_object_class >+ >+=cut >+ > sub koha_object_class { > 'Koha::Edifact::File'; > } >-- >2.43.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