Bugzilla – Attachment 54218 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->update
Bug-17091-Remove-explicit-declaration-of-KohaObjec.patch (text/plain), 968 bytes, created by
Jonathan Druart
on 2016-08-09 15:23:58 UTC
(
hide
)
Description:
Bug 17091: Remove explicit declaration of Koha::Objects->update
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-08-09 15:23:58 UTC
Size:
968 bytes
patch
obsolete
>From 614a7bb176ba861b189c0e7c002f3cc51ae38191 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 9 Aug 2016 15:46:48 +0100 >Subject: [PATCH] Bug 17091: Remove explicit declaration of > Koha::Objects->update > >Test plan: > prove t/db_dependent/Koha/Objects.t >should return green >--- > Koha/Objects.pm | 13 ------------- > 1 file changed, 13 deletions(-) > >diff --git a/Koha/Objects.pm b/Koha/Objects.pm >index 03f39dc..602a725 100644 >--- a/Koha/Objects.pm >+++ b/Koha/Objects.pm >@@ -234,19 +234,6 @@ sub _wrap { > return @objects; > } > >-=head3 update >- >- Koha::Objects->search({ $key => $value})->update( \%values ); >- >-Sets the specified columns in the resultset to the supplied values in a single query. >- >-=cut >- >-sub update { >- my ( $self, $params ) = @_; >- return $self->_resultset()->update($params); >-} >- > =head3 Koha::Objects->_resultset > > Returns the internal resultset or creates it if undefined >-- >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