Bugzilla – Attachment 115326 Details for
Bug 27467
Provide a static URL for tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27467: [SOLUTION 1] Don't repeat port
Bug-27467-SOLUTION-1-Dont-repeat-port.patch (text/plain), 1.67 KB, created by
Jonathan Druart
on 2021-01-19 14:12:05 UTC
(
hide
)
Description:
Bug 27467: [SOLUTION 1] Don't repeat port
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-19 14:12:05 UTC
Size:
1.67 KB
patch
obsolete
>From 20813e78adb06bc067ce880c766975db9f153faf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 18 Jan 2021 16:51:06 +0100 >Subject: [PATCH] Bug 27467: [SOLUTION 1] Don't repeat port > >This patch fixes a bug in the keepConditions plugin >--- > .../lib/jquery/plugins/dataTables.keepConditions.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/dataTables.keepConditions.js b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/dataTables.keepConditions.js >index 0217ba8ca5..6a6d4867cd 100644 >--- a/koha-tmpl/intranet-tmpl/lib/jquery/plugins/dataTables.keepConditions.js >+++ b/koha-tmpl/intranet-tmpl/lib/jquery/plugins/dataTables.keepConditions.js >@@ -1531,7 +1531,7 @@ var KeepConditions = (function () { > action: function action(e, dt, node, config) { > var dtLanguage = dt.settings()[0].oLanguage.keepConditions, > conditionsHash = dt.settings()[0].oKeepConditions.structureHash(true), >- copyThis = document.location.protocol + '//' + document.location.host + (document.location.port.length ? ':' + document.location.port : '') + document.location.pathname + '#' + conditionsHash, >+ copyThis = document.location.protocol + '//' + document.location.host + document.location.pathname + '#' + conditionsHash, > success, > language = { > btnNoHashTitle: dtLanguage.btnNoHashTitle || 'No Conditions', >@@ -1581,4 +1581,4 @@ var KeepConditions = (function () { > } > } > }; >-})(window, document, jQuery); >\ No newline at end of file >+})(window, document, jQuery); >-- >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 27467
:
115325
|
115326
|
115327
|
115328
|
115329
|
115330
|
115331
|
117962