Bugzilla – Attachment 178719 Details for
Bug 38689
EDIFACT errors should log to a staff accessible location
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38689: (follow-up) Add koha_object(s)_class defintions
Bug-38689-follow-up-Add-kohaobjectsclass-defintion.patch (text/plain), 1.14 KB, created by
Martin Renvoize (ashimema)
on 2025-02-26 11:34:41 UTC
(
hide
)
Description:
Bug 38689: (follow-up) Add koha_object(s)_class defintions
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-02-26 11:34:41 UTC
Size:
1.14 KB
patch
obsolete
>From 2a892e9c35c2bc37a25e1fcc95f8f0bb7591eafd Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 26 Feb 2025 11:32:53 +0000 >Subject: [PATCH] Bug 38689: (follow-up) Add koha_object(s)_class defintions > >--- > Koha/Schema/Result/EdifactError.pm | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > >diff --git a/Koha/Schema/Result/EdifactError.pm b/Koha/Schema/Result/EdifactError.pm >index af940d55f71..03d1f839409 100644 >--- a/Koha/Schema/Result/EdifactError.pm >+++ b/Koha/Schema/Result/EdifactError.pm >@@ -99,6 +99,27 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-02-21 15:22:01 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e6TNAJbngU94ZrRDcp1OlQ > >+=head1 OBJECT HELPERS >+ >+=head2 koha_objects_class >+ >+Name of corresponding Koha::Objects class >+ >+=cut >+ >+sub koha_objects_class { >+ 'Koha::Edifact::File::Errors'; >+} >+ >+=head2 koha_object_class >+ >+Name of corresponding Koha::Object class >+ >+=cut >+ >+sub koha_object_class { >+ 'Koha::Edifact::File::Error'; >+} > > # You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >2.48.1
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 38689
:
175788
|
175789
|
175790
|
175793
|
175794
|
175795
|
175796
|
175797
|
175809
|
175810
|
175811
|
175812
|
175813
|
175814
|
175815
|
175816
|
175817
|
176127
|
176128
|
176129
|
176130
|
176131
|
176132
|
176133
|
176134
|
176173
|
176174
|
176175
|
176176
|
176177
|
176178
|
176179
|
176180
|
176181
|
176182
|
176183
|
176373
|
176374
|
176375
|
176376
|
176377
|
176378
|
176379
|
176380
|
176381
|
176382
|
176524
|
176525
|
176526
|
176527
|
176528
|
176529
|
176530
|
176531
|
176532
|
176533
|
176605
|
176606
|
176607
|
176608
|
176609
|
176610
|
176611
|
176612
|
176613
|
176614
|
178359
|
178360
|
178361
|
178362
|
178363
|
178364
|
178365
|
178366
|
178367
|
178368
|
178492
|
178493
|
178494
|
178495
|
178496
|
178497
|
178498
|
178499
|
178500
|
178501
| 178719