Bugzilla – Attachment 178858 Details for
Bug 32630
Don't delete ILL requests when patron is deleted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32630: dbic
Bug-32630-dbic.patch (text/plain), 1.17 KB, created by
Pedro Amorim
on 2025-02-28 15:52:55 UTC
(
hide
)
Description:
Bug 32630: dbic
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-02-28 15:52:55 UTC
Size:
1.17 KB
patch
obsolete
>From 9ba5d0a839aa793351a4ccc8f265d508de8ac19c Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 20 Feb 2025 11:49:32 +0000 >Subject: [PATCH] Bug 32630: dbic > >Sponsored-by: UKHSA - UK Health Security Agency >Signed-off-by: Jeremy Evans <Jeremy.Evans@ukhsa.gov.uk> >--- > Koha/Schema/Result/Illrequest.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Koha/Schema/Result/Illrequest.pm b/Koha/Schema/Result/Illrequest.pm >index 98d68f700b9..dfae038101f 100644 >--- a/Koha/Schema/Result/Illrequest.pm >+++ b/Koha/Schema/Result/Illrequest.pm >@@ -320,7 +320,7 @@ __PACKAGE__->belongs_to( > { > is_deferrable => 1, > join_type => "LEFT", >- on_delete => "CASCADE", >+ on_delete => "SET NULL", > on_update => "CASCADE", > }, > ); >@@ -391,8 +391,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-10 14:49:40 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DQl+7uwLCz5GeqU2hBFmMA >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-02-20 11:49:09 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:j2oiQexaFvCRT3zj6ntdpA > > __PACKAGE__->has_many( > "comments", >-- >2.39.5
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 32630
:
178387
|
178388
|
178389
|
178390
|
178391
|
178392
|
178393
|
178858
|
178859
|
178860
|
178861
|
178862
|
178863
|
178864
|
178876
|
178877
|
178878
|
178879
|
178880
|
178881
|
178882
|
178883