Bugzilla – Attachment 64985 Details for
Bug 18577
Importing a batch using a framework not fully set up causes and endless loop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18577: Add FIXME about the missing FK
Bug-18577-Add-FIXME-about-the-missing-FK.patch (text/plain), 1021 bytes, created by
Jonathan Druart
on 2017-07-10 21:09:49 UTC
(
hide
)
Description:
Bug 18577: Add FIXME about the missing FK
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-07-10 21:09:49 UTC
Size:
1021 bytes
patch
obsolete
>From 88af41e0d3471e90ba8be38fe59c9292b50f72af Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 10 Jul 2017 18:09:23 -0300 >Subject: [PATCH] Bug 18577: Add FIXME about the missing FK > >--- > Koha/Schema/Result/BiblioFramework.pm | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/Koha/Schema/Result/BiblioFramework.pm b/Koha/Schema/Result/BiblioFramework.pm >index 3e7b70de05..93ed47386b 100644 >--- a/Koha/Schema/Result/BiblioFramework.pm >+++ b/Koha/Schema/Result/BiblioFramework.pm >@@ -62,6 +62,9 @@ __PACKAGE__->set_primary_key("frameworkcode"); > # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KY1w7J/5cBsz9VV7QEBKPw > >+# FIXME This should not be needed, we need to add the FK at DB level >+# It cannot be done now because the default framework (frameworkcode=='') >+# does not exist in DB > __PACKAGE__->has_many( > "marc_tag_structure", > "Koha::Schema::Result::MarcTagStructure", >-- >2.11.0
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 18577
:
64597
|
64615
|
64908
| 64985