Bugzilla – Attachment 142881 Details for
Bug 24606
Allow storing item values as a template for creating new items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24606: Update existing schema files [DO NOT PUSH]
Bug-24606-Update-existing-schema-files-DO-NOT-PUSH.patch (text/plain), 1.58 KB, created by
Katrin Fischer
on 2022-11-01 14:36:53 UTC
(
hide
)
Description:
Bug 24606: Update existing schema files [DO NOT PUSH]
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-01 14:36:53 UTC
Size:
1.58 KB
patch
obsolete
>From 6aab81c8310fce3c5cf81e620140d4114b82c4e3 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 12 Oct 2022 10:56:12 +0000 >Subject: [PATCH] Bug 24606: Update existing schema files [DO NOT PUSH] > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Koha/Schema/Result/Borrower.pm | 19 +++++++++++++++++-- > 1 file changed, 17 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm >index 2edb25d29f..0d70220222 100644 >--- a/Koha/Schema/Result/Borrower.pm >+++ b/Koha/Schema/Result/Borrower.pm >@@ -1447,6 +1447,21 @@ __PACKAGE__->has_many( > { cascade_copy => 0, cascade_delete => 0 }, > ); > >+=head2 item_editor_templates >+ >+Type: has_many >+ >+Related object: L<Koha::Schema::Result::ItemEditorTemplate> >+ >+=cut >+ >+__PACKAGE__->has_many( >+ "item_editor_templates", >+ "Koha::Schema::Result::ItemEditorTemplate", >+ { "foreign.borrowernumber" => "self.borrowernumber" }, >+ { cascade_copy => 0, cascade_delete => 0 }, >+); >+ > =head2 items_last_borrowers > > Type: has_many >@@ -2028,8 +2043,8 @@ Composing rels: L</user_permissions> -> permission > __PACKAGE__->many_to_many("permissions", "user_permissions", "permission"); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-03 18:03:21 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jqvQns/EYDe6ao4z32XKyg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-12 10:55:31 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ViRHHq0gu/c0JlLv3TDn/w > > __PACKAGE__->has_many( > "extended_attributes", >-- >2.30.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 24606
:
141613
|
141614
|
141615
|
141616
|
141617
|
141717
|
141718
|
141719
|
141720
|
141721
|
141972
|
142003
|
142004
|
142005
|
142006
|
142007
|
142008
|
142833
|
142834
|
142835
|
142836
|
142837
|
142877
|
142878
|
142879
|
142880
|
142881
|
142882
|
142883
|
142884
|
142885
|
142886
|
142887
|
142888
|
143020
|
143569
|
143570
|
143571
|
143572
|
143573
|
143574
|
143575
|
143576
|
143577
|
143578
|
143579
|
143580
|
143581
|
143794
|
143795
|
143796
|
143989
|
143990
|
144161