Bugzilla – Attachment 93921 Details for
Bug 15219
Server-side processing and pagination on checkouts tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15219: Fix typo 'escapeHtm'
Bug-15219-Fix-typo-escapeHtm.patch (text/plain), 1.02 KB, created by
Julian Maurice
on 2019-10-09 13:53:28 UTC
(
hide
)
Description:
Bug 15219: Fix typo 'escapeHtm'
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2019-10-09 13:53:28 UTC
Size:
1.02 KB
patch
obsolete
>From cf8e9b3274699ce5bb85a3bdf1e842c03d197213 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 9 Oct 2019 15:53:01 +0200 >Subject: [PATCH] Bug 15219: Fix typo 'escapeHtm' > >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 5aee3b5fb6..4c3cc69f01 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -83,7 +83,7 @@ var renderers = { > if ( $.datepicker.formatDate('yy-mm-dd', new Date(row.issuedate) ) == ymd ) { > span_class = "circ-hlt"; > } >- title += " - <span class='" + span_class + " item-note-public'>" + row.itemnotes.escapeHtm() + "</span>"; >+ title += " - <span class='" + span_class + " item-note-public'>" + row.itemnotes.escapeHtml() + "</span>"; > } > > if ( row.itemnotes_nonpublic ) { >-- >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 15219
:
45018
|
45036
|
45054
|
48107
|
50075
|
60071
|
60642
|
61158
|
61159
|
61545
|
61546
|
72905
|
72906
|
74224
|
74225
|
75911
|
75912
|
75913
|
78555
|
78556
|
78557
|
78558
|
78559
|
79195
|
79196
|
79197
|
79198
|
79199
|
92776
|
92777
|
92778
|
92779
|
92780
|
92781
| 93921