Bugzilla – Attachment 153159 Details for
Bug 28844
Suggestion from existing title can alert patron in error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28844: DBIC specific
Bug-28844-DBIC-specific.patch (text/plain), 934 bytes, created by
Jonathan Druart
on 2023-07-07 11:37:16 UTC
(
hide
)
Description:
Bug 28844: DBIC specific
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-07 11:37:16 UTC
Size:
934 bytes
patch
obsolete
>From 6189f8a7928be9c3dfd6626d93872dcfff8ec35b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 10 May 2023 15:16:57 +0200 >Subject: [PATCH] Bug 28844: DBIC specific > >--- > Koha/Schema/Result/Aqorder.pm | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >index 7a9e91ed823..112bedc0344 100644 >--- a/Koha/Schema/Result/Aqorder.pm >+++ b/Koha/Schema/Result/Aqorder.pm >@@ -922,6 +922,18 @@ __PACKAGE__->belongs_to( > }, > ); > >+__PACKAGE__->belongs_to( >+ "suggestion", >+ "Koha::Schema::Result::Suggestion", >+ { "foreign.suggestionid" => "self.suggestionid" }, >+ { >+ is_deferrable => 1, >+ join_type => "LEFT", >+ on_delete => "CASCADE", >+ on_update => "CASCADE", >+ }, >+); >+ > __PACKAGE__->has_many( > "additional_field_values", > "Koha::Schema::Result::AdditionalFieldValue", >-- >2.25.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 28844
:
151001
|
151002
|
151003
|
151004
|
151005
|
151006
|
151007
|
153157
|
153158
|
153159
|
153160
|
153161
|
153162
|
153163
|
153174
|
153175
|
153176
|
158982
|
158983
|
158984
|
158985
|
158986
|
158987
|
158988
|
158989
|
158990
|
159759
|
159760
|
159761
|
159762
|
159763
|
159764
|
159765
|
159766
|
159767
|
159768