Bugzilla – Attachment 119151 Details for
Bug 26970
Add row highlight on drag in Elasticsearch mapping template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26970: Add row highlight on drag in Elasticsearch mapping template
Bug-26970-Add-row-highlight-on-drag-in-Elasticsear.patch (text/plain), 1.95 KB, created by
Katrin Fischer
on 2021-04-03 13:49:06 UTC
(
hide
)
Description:
Bug 26970: Add row highlight on drag in Elasticsearch mapping template
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-03 13:49:06 UTC
Size:
1.95 KB
patch
obsolete
>From 28b0a5ec7f5b620d89d9a17c4619c0b8a4b01b1c Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 9 Nov 2020 09:36:28 +0100 >Subject: [PATCH] Bug 26970: Add row highlight on drag in Elasticsearch mapping > template >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >In Elasticsearch mapping tables : >In order to better see which row is currently in drag-an-drop, >add an highlight color like in circulation and fine rules when editing a row. > >Test plan : >1) Go to Administration > Search engine configuration (Elasticsearch) >2) In each table : biblio, authorities, facets >3) Clik on a row to start a drag => See row turning orange >4) Release to drop => See row turning back to original color > >https://bugs.koha-community.org/show_bug.cgi?id=26970 >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 a6bd0baa41..4b36850c4a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js >@@ -58,7 +58,7 @@ $(document).ready(function () { > }); > > $("table.mappings").tableDnD({ >- onDragClass: "dragClass", >+ onDragClass: "dragClass highlighted-row", > }); > > $('.add').click(function () { >@@ -75,11 +75,11 @@ $(document).ready(function () { > clean_line(line); > > $(table).tableDnD({ >- onDragClass: "dragClass", >+ onDragClass: "dragClass highlighted-row", > }); > } > }); > $("#facet_biblios > table").tableDnD({ >- onDragClass: "dragClass", >+ onDragClass: "dragClass highlighted-row", > }); > }); >-- >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 26970
:
113302
|
119083
| 119151