Bugzilla – Attachment 72966 Details for
Bug 19929
Add Koha Objects for class_source and class_sort_rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19929: (QA follow-up) Fix POD
Bug-19929-QA-follow-up-Fix-POD.patch (text/plain), 1.83 KB, created by
Marcel de Rooy
on 2018-03-15 14:39:11 UTC
(
hide
)
Description:
Bug 19929: (QA follow-up) Fix POD
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-03-15 14:39:11 UTC
Size:
1.83 KB
patch
obsolete
>From 8e6012bdff831e8ebc6c7e0693d92ed59341d57d Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 15 Mar 2018 14:51:34 +0100 >Subject: [PATCH] Bug 19929: (QA follow-up) Fix POD >Content-Type: text/plain; charset=utf-8 > >Make qa tools happy. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/ClassSortRules.pm | 10 +++++++++- > Koha/ClassSource.pm | 4 +++- > Koha/ClassSources.pm | 10 +++++++++- > 3 files changed, 21 insertions(+), 3 deletions(-) > >diff --git a/Koha/ClassSortRules.pm b/Koha/ClassSortRules.pm >index 197b91d..1e47305 100644 >--- a/Koha/ClassSortRules.pm >+++ b/Koha/ClassSortRules.pm >@@ -35,7 +35,9 @@ Koha::ClassSortRules - Koha Classification Sort Rules Object set class > > =cut > >-=head3 type >+=head3 _type >+ >+Returns name of corresponding DBIC resultset > > =cut > >@@ -43,6 +45,12 @@ sub _type { > return 'ClassSortRule'; > } > >+=head3 object_class >+ >+Returns name of corresponding Koha object class >+ >+=cut >+ > sub object_class { > return 'Koha::ClassSortRule'; > } >diff --git a/Koha/ClassSource.pm b/Koha/ClassSource.pm >index 373c1e0..9cf290b 100644 >--- a/Koha/ClassSource.pm >+++ b/Koha/ClassSource.pm >@@ -33,7 +33,9 @@ Koha::ClassSource - Koha Classfication Source Object class > > =cut > >-=head3 type >+=head3 _type >+ >+Returns name of corresponding DBIC resultset > > =cut > >diff --git a/Koha/ClassSources.pm b/Koha/ClassSources.pm >index f15abd7..a3e07f9 100644 >--- a/Koha/ClassSources.pm >+++ b/Koha/ClassSources.pm >@@ -35,7 +35,9 @@ Koha::ClassSources - Koha Classification Source Object set class > > =cut > >-=head3 type >+=head3 _type >+ >+Returns name of corresponding DBIC resultset > > =cut > >@@ -43,6 +45,12 @@ sub _type { > return 'ClassSource'; > } > >+=head3 object_class >+ >+Returns name of corresponding Koha object class >+ >+=cut >+ > sub object_class { > return 'Koha::ClassSource'; > } >-- >2.1.4
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 19929
:
70337
|
72948
|
72949
|
72959
|
72965
| 72966