Bugzilla – Attachment 54219 Details for
Bug 17091
Add AUTOLOAD to Koha::Objects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17091: Remove explicit declaration of Koha::Objects->count
Bug-17091-Remove-explicit-declaration-of-KohaObjec.patch (text/plain), 834 bytes, created by
Jonathan Druart
on 2016-08-09 15:24:01 UTC
(
hide
)
Description:
Bug 17091: Remove explicit declaration of Koha::Objects->count
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-08-09 15:24:01 UTC
Size:
834 bytes
patch
obsolete
>From 01714b175bf31c634335352bd3272b8997038ff1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 9 Aug 2016 15:48:05 +0100 >Subject: [PATCH] Bug 17091: Remove explicit declaration of > Koha::Objects->count > >Test plan: > prove t/db_dependent/Koha/Objects.t >should return green >--- > Koha/Objects.pm | 12 ------------ > 1 file changed, 12 deletions(-) > >diff --git a/Koha/Objects.pm b/Koha/Objects.pm >index 602a725..0dba0e01 100644 >--- a/Koha/Objects.pm >+++ b/Koha/Objects.pm >@@ -130,18 +130,6 @@ sub search { > } > } > >-=head3 Koha::Objects->count(); >- >-my @objects = Koha::Objects->count($params); >- >-=cut >- >-sub count { >- my ( $self, $params ) = @_; >- >- return $self->_resultset()->count($params); >-} >- > =head3 Koha::Objects->pager(); > > my $pager = Koha::Objects->pager; >-- >2.8.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 17091
:
54217
|
54218
|
54219
|
54220
|
54221
|
54223
|
54272
|
54273
|
54274
|
54275
|
54276
|
54277
|
55378
|
56142
|
56143
|
56144
|
56145
|
56146
|
56147
|
56148