Bugzilla – Attachment 107982 Details for
Bug 25826
Hiding biblionumber in the frameworks breaks links in result list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25826: fix failing test
Bug-25826-fix-failing-test.patch (text/plain), 2.10 KB, created by
Jonathan Druart
on 2020-08-10 08:05:16 UTC
(
hide
)
Description:
Bug 25826: fix failing test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-08-10 08:05:16 UTC
Size:
2.10 KB
patch
obsolete
>From 65ae47cfb7e56c1a674ab1208c0c879fa3b50769 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 10 Aug 2020 10:00:34 +0200 >Subject: [PATCH] Bug 25826: fix failing test > >--- > .../prog/en/modules/admin/marc_subfields_structure.tt | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index 81815e7803..bf9c77095d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -129,7 +129,12 @@ > <ol><li><label for="defaultvalue[% loo.row | html %]">Default value:</label> > <input type="text" name="defaultvalue" id="defaultvalue[% loo.row | html %]" value="[% loo.defaultvalue | html %]" /></li> > <li><label for="maxlength[% loo.row | html %]">Max length:</label><input type="text" id="maxlength[% loo.row | html %]" name="maxlength" value="[% loo.maxlength | html %]" size="4" /></li> >- <li><input type="hidden" id="hidden-[% loo.row | html %]" name="hidden" value="[% loo.hidden | html %]" [%- IF loo.hidden_protected -%]data-koha-protected="1"[%- END -%] /> >+ <li> >+ [% IF loo.hidden_protected %] >+ <input type="hidden" id="hidden-[% loo.row | html %]" name="hidden" value="[% loo.hidden | html %]" data-koha-protected="1" /> >+ [% ELSE %] >+ <input type="hidden" id="hidden-[% loo.row | html %]" name="hidden" value="[% loo.hidden | html %]" /> >+ [% END %] > <label for="hidden[% loo.row | html %]" style="float: none;">Visibility: </label> > <input type="checkbox" id="hidden_opac_[% loo.row | html %]" class="inclusive_[% loo.row | html %]" name="hidden_opac_[% loo.row | html %]"/> > <label for="hidden_opac_[% loo.row | html %]" style="float: none;">OPAC</label> >-- >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 25826
:
107179
|
107437
|
107438
|
107885
|
107886
|
107887
| 107982 |
114868
|
114869
|
114870
|
114871