Bugzilla – Attachment 135861 Details for
Bug 11889
Option to keep public or shared lists when deleting patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11889: (QA follow-up) Add POD ground work
Bug-11889-QA-follow-up-Add-POD-ground-work.patch (text/plain), 1.66 KB, created by
Marcel de Rooy
on 2022-06-09 09:39:33 UTC
(
hide
)
Description:
Bug 11889: (QA follow-up) Add POD ground work
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-06-09 09:39:33 UTC
Size:
1.66 KB
patch
obsolete
>From c275e623a72aff8673e371a077e965621c5b469e Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 8 Jun 2022 14:05:42 +0000 >Subject: [PATCH] Bug 11889: (QA follow-up) Add POD ground work >Content-Type: text/plain; charset=utf-8 > >--- > Koha/Virtualshelves.pm | 25 ++++++++++++++++++++++++- > 1 file changed, 24 insertions(+), 1 deletion(-) > >diff --git a/Koha/Virtualshelves.pm b/Koha/Virtualshelves.pm >index 57b085e193..53a5ec5b5c 100644 >--- a/Koha/Virtualshelves.pm >+++ b/Koha/Virtualshelves.pm >@@ -35,7 +35,7 @@ Koha::Virtualshelf - Koha Virtualshelf Object class > > =cut > >-=head3 type >+=head3 get_private_shelves > > =cut > >@@ -62,6 +62,9 @@ sub get_private_shelves { > ); > } > >+=head3 get_public_shelves >+ >+=cut > > sub get_public_shelves { > my ( $self, $params ) = @_; >@@ -80,6 +83,10 @@ sub get_public_shelves { > ); > } > >+=head3 get_some_shelves >+ >+=cut >+ > sub get_some_shelves { > my ( $self, $params ) = @_; > my $borrowernumber = $params->{borrowernumber} || 0; >@@ -142,6 +149,10 @@ sub get_some_shelves { > ); > } > >+=head3 get_shelves_containing_record >+ >+=cut >+ > sub get_shelves_containing_record { > my ( $self, $params ) = @_; > my $borrowernumber = $params->{borrowernumber}; >@@ -180,6 +191,10 @@ sub get_shelves_containing_record { > ); > } > >+=head3 get_shared_shelves >+ >+=cut >+ > sub get_shared_shelves { > my ( $self, $params ) = @_; > my $borrowernumber = $params->{borrowernumber} || 0; >@@ -193,10 +208,18 @@ sub get_shared_shelves { > ); > } > >+=head3 _type >+ >+=cut >+ > sub _type { > return 'Virtualshelve'; > } > >+=head3 object_class >+ >+=cut >+ > sub object_class { > return 'Koha::Virtualshelf'; > } >-- >2.20.1
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 11889
:
25972
|
60224
|
60306
|
60307
|
60308
|
60481
|
61319
|
61320
|
61321
|
61322
|
61451
|
61452
|
61453
|
61454
|
108244
|
108245
|
108246
|
108247
|
135808
|
135809
|
135810
|
135811
|
135812
|
135813
|
135814
|
135815
|
135816
|
135817
|
135818
|
135819
|
135820
|
135821
|
135857
|
135858
|
135859
|
135860
|
135861
|
135862
|
135863
|
135864
|
135865
|
135866
|
135867
|
135868
|
135869
|
135870
|
135871
|
135872
|
135873
|
135874
|
135875
|
135876
|
135891
|
135892
|
135893
|
135894
|
135895
|
135896
|
135897
|
135898
|
135899
|
135900
|
135901