Bugzilla – Attachment 137877 Details for
Bug 31179
Duplicate item is duplicating internal item fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31179: (QA follow-up) Set field as hidden for tests
Bug-31179-QA-follow-up-Set-field-as-hidden-for-tes.patch (text/plain), 1.06 KB, created by
Nick Clemens (kidclamp)
on 2022-07-19 15:30:41 UTC
(
hide
)
Description:
Bug 31179: (QA follow-up) Set field as hidden for tests
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-07-19 15:30:41 UTC
Size:
1.06 KB
patch
obsolete
>From 1f0032c21fd6dc1f23fec284faea800536225adc Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 19 Jul 2022 15:26:51 +0000 >Subject: [PATCH] Bug 31179: (QA follow-up) Set field as hidden for tests > >We want the tests to pass in the case where field is set to visibile in Koha > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/Koha/UI/Form/Builder/Item.t | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/t/db_dependent/Koha/UI/Form/Builder/Item.t b/t/db_dependent/Koha/UI/Form/Builder/Item.t >index b5d2a1a7a5..f5c3336888 100755 >--- a/t/db_dependent/Koha/UI/Form/Builder/Item.t >+++ b/t/db_dependent/Koha/UI/Form/Builder/Item.t >@@ -387,6 +387,14 @@ sub setup_mss { > } > )->update( { repeatable => 0 } ); > >+ Koha::MarcSubfieldStructures->search( >+ { >+ frameworkcode => '', >+ tagfield => $itemtag, >+ tagsubfield => ['l'], >+ } >+ )->update( { hidden => -4 } ); >+ > Koha::MarcSubfieldStructures->search( > { > frameworkcode => '', >-- >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 31179
:
137872
|
137875
|
137876
|
137877
|
137881
|
137882
|
137883