Bugzilla – Attachment 130770 Details for
Bug 29893
ElasticSearch Config UI deletes mappings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29893: Redraw the tables from other tabs without paging
Bug-29893-Redraw-the-tables-from-other-tabs-withou.patch (text/plain), 1.31 KB, created by
Nick Clemens (kidclamp)
on 2022-02-17 19:01:12 UTC
(
hide
)
Description:
Bug 29893: Redraw the tables from other tabs without paging
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-02-17 19:01:12 UTC
Size:
1.31 KB
patch
obsolete
>From c50f24c2f6fe0fb09256ac63440eef376bcee46b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Feb 2022 17:39:52 +0100 >Subject: [PATCH] Bug 29893: Redraw the tables from other tabs without paging > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js b/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js >index 730bf0e257..ad10a7ffb5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js >@@ -84,9 +84,9 @@ $(document).ready(function () { > }); > > $("#es_mappings").on("submit", function(e){ >- $("#search_fields_table").DataTable().search('').draw(); >- $("#mapping_biblios_table").DataTable().search('').draw(); >- $("#mapping_authorities_table").DataTable().search('').draw(); >+ $("#search_fields_table").DataTable({ paging: false }).search('').draw(); >+ $("#mapping_biblios_table").DataTable({ paging: false }).search('').draw(); >+ $("#mapping_authorities_table").DataTable({ paging: false }).search('').draw(); > return true; > }); > }); >-- >2.30.2
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 29893
:
129537
|
129571
|
130237
|
130348
|
130349
|
130764
|
130768
|
130769
|
130770
|
132185
|
132186
|
132187