Bugzilla – Attachment 124650 Details for
Bug 28935
No filtering on patron's data on member entry pages (OPAC, self registration, staff interface)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28935: (follow-up) Correct attribute test
Bug-28935-follow-up-Correct-attribute-test.patch (text/plain), 983 bytes, created by
Nick Clemens (kidclamp)
on 2021-09-08 11:35:24 UTC
(
hide
)
Description:
Bug 28935: (follow-up) Correct attribute test
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-09-08 11:35:24 UTC
Size:
983 bytes
patch
obsolete
>From 83cd33f103fa206a8bbc1ce942699bc9a32dcfb3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 8 Sep 2021 11:33:42 +0000 >Subject: [PATCH] Bug 28935: (follow-up) Correct attribute test > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > opac/opac-memberentry.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-memberentry.pl b/opac/opac-memberentry.pl >index 1aa490f067..abc1238df2 100755 >--- a/opac/opac-memberentry.pl >+++ b/opac/opac-memberentry.pl >@@ -606,7 +606,7 @@ sub FilterUnchangedAttributes { > my $changes = 0; > foreach my $attr (grep { $_->code eq $attribute_type } @patron_attributes) { > $changes = 1 >- unless any { $_->{ value } eq $attr->attribute } @{ $entered_attributes }; >+ unless any { $_->{ attribute } eq $attr->attribute } @{ $entered_attributes }; > last if $changes; > } > >-- >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 28935
:
124326
|
124327
|
124350
|
124416
|
124418
|
124422
|
124425
|
124446
|
124447
|
124448
|
124449
|
124450
|
124461
|
124462
|
124499
|
124500
|
124501
|
124502
|
124503
|
124523
|
124524
|
124525
|
124526
|
124527
|
124528
|
124529
|
124530
|
124531
|
124532
|
124640
|
124641
|
124642
|
124643
|
124644
|
124645
|
124646
|
124647
|
124648
|
124649
|
124650
|
124730
|
124731
|
124732
|
124733
|
124734
|
124735
|
124736
|
124737
|
124738
|
124739
|
124740
|
124769
|
124784
|
124832
|
124833
|
124837
|
124838
|
124839
|
124840