Bugzilla – Attachment 118853 Details for
Bug 27980
Replace obsolete title-string sorting: Catalog templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27980: (QA follow-up) Add missing case
Bug-27980-QA-follow-up-Add-missing-case.patch (text/plain), 1.96 KB, created by
Martin Renvoize (ashimema)
on 2021-03-26 12:15:40 UTC
(
hide
)
Description:
Bug 27980: (QA follow-up) Add missing case
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-26 12:15:40 UTC
Size:
1.96 KB
patch
obsolete
>From 45c0215bf3b828e3a0b621120ac749c551ba55fc Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 26 Mar 2021 12:03:13 +0000 >Subject: [PATCH] Bug 27980: (QA follow-up) Add missing case > >We missed one last case ;) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index d4581936da..c6c83c0fab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -56,11 +56,7 @@ > <th class="NoSort"> </th> > [% FOREACH item_header IN item_header_loop %] > [% IF item_header.column_name %] >- [% IF date_fields.grep(item_header.column_name).size %] >- <th class="title-string" data-colname="[% item_header.column_name | html %]"> >- [% ELSE %] >- <th data-colname="[% item_header.column_name | html %]"> >- [% END %] >+ <th data-colname="[% item_header.column_name | html %]"> > [% ELSE %] > <th> > [% END %] >@@ -115,7 +111,7 @@ > [% END %] > [% FOREACH item_valu IN item_loo.item_value %] > [% IF item_valu.datatype == 'date' %] >- <td><span title="[% item_valu.field | html %]">[% item_valu.field | $KohaDates %]</span></td> >+ <td data-order="[% item_valu.field | html %]">[% item_valu.field | $KohaDates %]</td> > [% ELSE %] > <td>[% item_valu.field | html %]</td> > [% END %] >-- >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 27980
:
118459
|
118497
|
118581
|
118799
|
118851
|
118852
| 118853 |
119218