Bugzilla – Attachment 71393 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: Fix POD format for Koha::Library::Groups methods
Bug-16735-Fix-POD-format-for-KohaLibraryGroups-met.patch (text/plain), 1.14 KB, created by
Jonathan Druart
on 2018-02-09 20:01:02 UTC
(
hide
)
Description:
Bug 16735: Fix POD format for Koha::Library::Groups methods
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-02-09 20:01:02 UTC
Size:
1.14 KB
patch
obsolete
>From bb9ac446be9b7a534f68b3c05f5db4dc3d69181a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 9 Feb 2018 17:00:44 -0300 >Subject: [PATCH] Bug 16735: Fix POD format for Koha::Library::Groups methods > >--- > Koha/Library/Groups.pm | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > >diff --git a/Koha/Library/Groups.pm b/Koha/Library/Groups.pm >index ea66fe7301..4bad9e1512 100644 >--- a/Koha/Library/Groups.pm >+++ b/Koha/Library/Groups.pm >@@ -35,7 +35,9 @@ Koha::Library::Groups - Koha Library::Group object set class > > =head2 Class Methods > >-=head3 my @root_groups = $self->get_root_group() >+=head3 get_root_groups >+ >+my @root_groups = $self->get_root_group() > > =cut > >@@ -45,7 +47,9 @@ sub get_root_groups { > return $self->search( { parent_id => undef }, { order_by => 'title' } ); > } > >-=head3 my @search_groups = $self->get_search_groups({[interface => 'staff' || 'opac']})) >+=head3 get_search_groups >+ >+my @search_groups = $self->get_search_groups({[interface => 'staff' || 'opac']})) > > Returns search groups for the specified interface. > Defaults to OPAC if no interface is specified. >-- >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