Bugzilla – Attachment 69540 Details for
Bug 16735
Replace existing library search groups functionality with the new hierarchical groups system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16735: DBIC Schema files
Bug-16735-DBIC-Schema-files.patch (text/plain), 1.63 KB, created by
Jonathan Druart
on 2017-12-05 17:14:25 UTC
(
hide
)
Description:
Bug 16735: DBIC Schema files
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-12-05 17:14:25 UTC
Size:
1.63 KB
patch
obsolete
>From 7676207ce6f5f2b227389faa9ed126082841727e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 5 Dec 2017 14:09:23 -0300 >Subject: [PATCH] Bug 16735: DBIC Schema files > >--- > Koha/Schema/Result/Branch.pm | 29 ++--------------------------- > 1 file changed, 2 insertions(+), 27 deletions(-) > >diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm >index 37451a5870..2d0276ff30 100644 >--- a/Koha/Schema/Result/Branch.pm >+++ b/Koha/Schema/Result/Branch.pm >@@ -308,21 +308,6 @@ __PACKAGE__->has_many( > { cascade_copy => 0, cascade_delete => 0 }, > ); > >-=head2 branchrelations >- >-Type: has_many >- >-Related object: L<Koha::Schema::Result::Branchrelation> >- >-=cut >- >-__PACKAGE__->has_many( >- "branchrelations", >- "Koha::Schema::Result::Branchrelation", >- { "foreign.branchcode" => "self.branchcode" }, >- { cascade_copy => 0, cascade_delete => 0 }, >-); >- > =head2 branchtransfers_frombranches > > Type: has_many >@@ -623,19 +608,9 @@ __PACKAGE__->has_many( > { cascade_copy => 0, cascade_delete => 0 }, > ); > >-=head2 categorycodes >- >-Type: many_to_many >- >-Composing rels: L</branchrelations> -> categorycode >- >-=cut >- >-__PACKAGE__->many_to_many("categorycodes", "branchrelations", "categorycode"); >- > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-12-05 14:04:50 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Q87CSY+yexoxL37pfm3kgg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-12-05 14:08:18 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:g+WicMjGntjAgcKrbn4IdQ > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >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 16735
:
52732
|
52733
|
52734
|
52735
|
57098
|
57099
|
57100
|
57101
|
58087
|
58088
|
58089
|
58090
|
60497
|
60498
|
60499
|
60500
|
60501
|
60502
|
60503
|
60772
|
60773
|
60774
|
60775
|
60776
|
60777
|
60778
|
60779
|
65658
|
65659
|
65660
|
65661
|
65662
|
65663
|
65664
|
65665
|
69533
|
69534
|
69535
|
69536
|
69537
|
69538
|
69539
|
69540
|
69541
|
69684
|
69685
|
69686
|
69687
|
69688
|
69689
|
69690
|
69691
|
69692
|
69693
|
69694
|
71386
|
71393