Bugzilla – Attachment 169933 Details for
Bug 37419
Deleting the record source deletes the associated biblio_metadata rows
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37419: DBIC schema
Bug-37419-DBIC-schema.patch (text/plain), 1.23 KB, created by
Martin Renvoize (ashimema)
on 2024-08-01 10:56:08 UTC
(
hide
)
Description:
Bug 37419: DBIC schema
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-08-01 10:56:08 UTC
Size:
1.23 KB
patch
obsolete
>From c1bb31562591f43126518a309901e3e6eaccc311 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 29 Jul 2024 08:25:45 -0300 >Subject: [PATCH] Bug 37419: DBIC schema > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Janusz Kaczmarek <januszop@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/BiblioMetadata.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Koha/Schema/Result/BiblioMetadata.pm b/Koha/Schema/Result/BiblioMetadata.pm >index ed060949015..4a1287267a5 100644 >--- a/Koha/Schema/Result/BiblioMetadata.pm >+++ b/Koha/Schema/Result/BiblioMetadata.pm >@@ -156,14 +156,14 @@ __PACKAGE__->belongs_to( > { > is_deferrable => 1, > join_type => "LEFT", >- on_delete => "CASCADE", >+ on_delete => "RESTRICT", > on_update => "CASCADE", > }, > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-04-26 13:23:00 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pQ87jRoTMpqkm8GPh/tpHQ >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-07-29 11:24:56 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cFzrl0G1QY7nSLwLzecc+Q > > sub koha_object_class { > 'Koha::Biblio::Metadata'; >-- >2.45.2
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 37419
:
169823
|
169824
|
169827
|
169828
|
169932
| 169933