Bugzilla – Attachment 97383 Details for
Bug 24418
Add Koha::Biblio->suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24418: Add koha_object(s)_class methods to Suggestion
Bug-24418-Add-kohaobjectsclass-methods-to-Suggesti.patch (text/plain), 1.08 KB, created by
Martin Renvoize (ashimema)
on 2020-01-15 08:36:20 UTC
(
hide
)
Description:
Bug 24418: Add koha_object(s)_class methods to Suggestion
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-01-15 08:36:20 UTC
Size:
1.08 KB
patch
obsolete
>From 9f21b8b26ac739cbde82134d27596051a0e6c292 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 14 Jan 2020 10:11:00 -0300 >Subject: [PATCH] Bug 24418: Add koha_object(s)_class methods to Suggestion > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/Suggestion.pm | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/Suggestion.pm b/Koha/Schema/Result/Suggestion.pm >index 2086d98811..c65b3da7fe 100644 >--- a/Koha/Schema/Result/Suggestion.pm >+++ b/Koha/Schema/Result/Suggestion.pm >@@ -443,6 +443,12 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-11 12:56:41 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UsG/gxLa0HMMbcpbscV29Q > >+sub koha_objects_class { >+ 'Koha::Suggestions'; >+} >+ >+sub koha_object_class { >+ 'Koha::Suggestion'; >+} > >-# You can replace this text with custom content, and it will be preserved on regeneration > 1; >-- >2.20.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 24418
:
97349
|
97350
|
97351
|
97353
|
97365
|
97366
|
97367
|
97382
| 97383 |
97384