Bugzilla – Attachment 81434 Details for
Bug 21704
Editing subfields in bibliographic frameworks is broken (TT filter)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21704: (QA follow-up) Fix evil tabs
Bug-21704-QA-follow-up-Fix-evil-tabs.patch (text/plain), 1.83 KB, created by
Katrin Fischer
on 2018-10-28 22:09:40 UTC
(
hide
)
Description:
Bug 21704: (QA follow-up) Fix evil tabs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-10-28 22:09:40 UTC
Size:
1.83 KB
patch
obsolete
>From 5627fd718b2a8d0012d6cbea9a92e7930a46b7cd Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 28 Oct 2018 16:10:52 +0000 >Subject: [PATCH] Bug 21704: (QA follow-up) Fix evil tabs > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > admin/marctagstructure.pl | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/admin/marctagstructure.pl b/admin/marctagstructure.pl >index ba9ea33f70..8b2dada530 100755 >--- a/admin/marctagstructure.pl >+++ b/admin/marctagstructure.pl >@@ -181,7 +181,7 @@ if ($op eq 'add_form') { > $cache->clear_from_cache("MarcStructure-1-$frameworkcode"); > $cache->clear_from_cache("default_value_for_mod_marc-"); > $cache->clear_from_cache("MarcSubfieldStructure-$frameworkcode"); >- $template->param( searchfield => $searchfield ); >+ $template->param( searchfield => $searchfield ); > # END $OP eq DELETE_CONFIRMED > ################## ITEMTYPE_CREATE ################################## > # called automatically if an unexisting frameworkis selected >@@ -197,7 +197,7 @@ if ($op eq 'add_form') { > }; > } > } >- $template->param( existingframeworkloop => \@existingframeworkloop ); >+ $template->param( existingframeworkloop => \@existingframeworkloop ); > > ################## DEFAULT ################################## > } else { # DEFAULT >@@ -294,13 +294,13 @@ if ($op eq 'add_form') { > $template->param(isprevpage => $offset, > prevpage=> $offset-$pagesize, > searchfield => $searchfield, >- script_name => $script_name >+ script_name => $script_name > ); > } > if ($offset+$pagesize<$cnt) { > $template->param(nextpage =>$offset+$pagesize, > searchfield => $searchfield, >- script_name => $script_name >+ script_name => $script_name > ); > } > } #---- END $OP eq DEFAULT >-- >2.11.0
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 21704
:
81405
|
81407
|
81428
|
81429
|
81432
|
81433
| 81434