Bugzilla – Attachment 58864 Details for
Bug 17817
Repeat this Tag (cloning) not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17817: (Follow up) Fix reordering subfields issues
Bug-17817-Follow-up-Fix-reordering-subfields-issue.patch (text/plain), 1.36 KB, created by
Jonathan Druart
on 2017-01-12 08:52:18 UTC
(
hide
)
Description:
Bug 17817: (Follow up) Fix reordering subfields issues
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-12 08:52:18 UTC
Size:
1.36 KB
patch
obsolete
>From 394340531e1c23dfd94928c43abde824b35d4aed Mon Sep 17 00:00:00 2001 >From: Patricio Marrone <pmarrone@unc.edu.ar> >Date: Wed, 11 Jan 2017 12:39:21 -0300 >Subject: [PATCH] Bug 17817: (Follow up) Fix reordering subfields issues > >Authority controlled subfields have invisible divs which produced >a strange behavior when reordering (multiple clicks were needed >to push a subfield up over an authority controlled subfield) > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/js/cataloging.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/cataloging.js b/koha-tmpl/intranet-tmpl/prog/js/cataloging.js >index 6fd9346..ed43aec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/cataloging.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/cataloging.js >@@ -443,7 +443,7 @@ function upSubfield(index) { > var tag = line.parentNode; // get the dad of this line. (should be "<div id='tag_...'>") > > // getting all visible subfields for this tag >- var subfields = tag.querySelectorAll("div.subfield_line"); >+ var subfields = tag.querySelectorAll("div.subfield_line:not( [style*='display:none;'] )"); > var subfieldsLength = subfields.length; > > if(subfieldsLength<=1) return; // nothing to do if there is just one subfield. >-- >2.1.4
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 17817
:
58464
|
58465
|
58579
|
58817
|
58823
|
58824
|
58827
|
58828
|
58844
|
58845
|
58847
|
58848
|
58849
|
58863
| 58864