Bugzilla – Attachment 158876 Details for
Bug 34517
Add option to search patron attribute in standard search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34517: (follow-up) Mark test attribute as searched_by_default
Bug-34517-follow-up-Mark-test-attribute-as-searche.patch (text/plain), 1.24 KB, created by
Nick Clemens (kidclamp)
on 2023-11-13 13:05:40 UTC
(
hide
)
Description:
Bug 34517: (follow-up) Mark test attribute as searched_by_default
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-11-13 13:05:40 UTC
Size:
1.24 KB
patch
obsolete
>From 3fcb19e6a9bf7db88a6b0f449485de8d8e9319b2 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 13 Nov 2023 12:48:06 +0000 >Subject: [PATCH] Bug 34517: (follow-up) Mark test attribute as > searched_by_default > >--- > t/db_dependent/selenium/patrons_search.t | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/patrons_search.t b/t/db_dependent/selenium/patrons_search.t >index 0fde7f7c03b..4bb8a99dc7f 100755 >--- a/t/db_dependent/selenium/patrons_search.t >+++ b/t/db_dependent/selenium/patrons_search.t >@@ -140,6 +140,8 @@ subtest 'Search patrons' => sub { > { > code => 'my code1', > description => 'my description1', >+ staff_searchable => 0, >+ searched_by_default => 0 > } > )->store; > my $attribute_type_searchable = Koha::Patron::Attribute::Type->new( >@@ -147,7 +149,8 @@ subtest 'Search patrons' => sub { > code => 'my code2', > description => 'my description2', > opac_display => 1, >- staff_searchable => 1 >+ staff_searchable => 1, >+ searched_by_default => 1 > } > )->store; > $patrons[0]->extended_attributes([ >-- >2.30.2
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 34517
:
154389
|
154390
|
154391
|
154392
|
154575
|
154576
|
154577
|
154578
|
154608
|
154610
|
154611
|
154612
|
154613
|
154614
|
154615
|
154616
|
154617
|
154618
|
154619
|
154620
|
154622
|
154623
|
154624
|
154625
|
158429
|
158430
|
158431
|
158432
|
158433
| 158876 |
158878