Bugzilla – Attachment 97408 Details for
Bug 16784
Add table configuration for the suggestions table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16784: (follow-up) Add missing filter
Bug-16784-follow-up-Add-missing-filter.patch (text/plain), 1.28 KB, created by
Owen Leonard
on 2020-01-15 18:45:54 UTC
(
hide
)
Description:
Bug 16784: (follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-01-15 18:45:54 UTC
Size:
1.28 KB
patch
obsolete
>From 1bff10b780b6516971d47ade011318f0b8d6631c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 15 Jan 2020 18:00:18 +0000 >Subject: [PATCH] Bug 16784: (follow-up) Add missing filter > >This follow-up adds a missing template filter quiet qa tool warning. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 397dcb2f6c2..38d74c8ad34 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -838,7 +838,7 @@ > columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %] > [% FOREACH suggestion IN suggestions %] > [% IF ( suggestion.suggestions_loop ) %] >- KohaTable("[% suggestion.suggestiontype %]t", { >+ KohaTable("[% suggestion.suggestiontype | html %]t", { > "sorting": [[ 1, "asc" ]], > "autoWidth": false, > "columnDefs": [ >-- >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 16784
:
97293
|
97295
|
97408
|
97418
|
97419