Bugzilla – Attachment 61709 Details for
Bug 17828
Koha::Patron::Attribute->store should raise an exception if unique_id is being broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17828: return $self to be consistent
Bug-17828-return-self-to-be-consistent.patch (text/plain), 741 bytes, created by
Jonathan Druart
on 2017-03-29 19:49:54 UTC
(
hide
)
Description:
Bug 17828: return $self to be consistent
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-03-29 19:49:54 UTC
Size:
741 bytes
patch
obsolete
>From 65249d561ded8868782d0a51dbd8ac779a4d1c47 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 29 Mar 2017 16:39:36 -0300 >Subject: [PATCH] Bug 17828: return $self to be consistent > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > Koha/Patron/Attribute.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Koha/Patron/Attribute.pm b/Koha/Patron/Attribute.pm >index 79b7eaf..906fc6d 100644 >--- a/Koha/Patron/Attribute.pm >+++ b/Koha/Patron/Attribute.pm >@@ -140,6 +140,8 @@ sub _check_unique_id { > Koha::Exceptions::Patron::Attribute::UniqueIDConstraint->throw() > if $unique_count > 0; > } >+ >+ return $self; > } > > =head3 _type >-- >2.9.3
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 17828
:
58526
|
58527
|
58557
|
58558
|
61505
|
61506
|
61547
|
61644
|
61662
|
61703
|
61704
|
61705
|
61706
|
61707
|
61708
| 61709