Bugzilla – Attachment 144829 Details for
Bug 32523
Shortcuts / Links to missing fields in MARC-Editor don't work as expected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32523 - Shortcuts / Links to missing fields in MARC-Editor don't work as expected
Bug32523---Shortcuts--Links-to-missing-fields-in-M.patch (text/plain), 1.23 KB, created by
Jan Kissig
on 2022-12-23 20:18:37 UTC
(
hide
)
Description:
Bug 32523 - Shortcuts / Links to missing fields in MARC-Editor don't work as expected
Filename:
MIME Type:
Creator:
Jan Kissig
Created:
2022-12-23 20:18:37 UTC
Size:
1.23 KB
patch
obsolete
>From 6bbe30b77c34af7c2b49b8fed11f58293ca03707 Mon Sep 17 00:00:00 2001 >From: Jan Kissig <jkissig@th-wildau.de> >Date: Fri, 23 Dec 2022 21:05:51 +0100 >Subject: [PATCH] =?UTF-8?q?Bug=C2=A032523=20-=20Shortcuts=20/=20Links=20to?= > =?UTF-8?q?=20missing=20fields=20in=20MARC-Editor=20don't=20work=20as=20ex?= > =?UTF-8?q?pected?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >--- > .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 5d664a3a99..46157c8336 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -177,7 +177,7 @@ > e.preventDefault(); > var tab = $(this).data("tab"); > var field = $(this).data("field"); >- var tablink = $("a[data-tabid='" + tab + "']" ); >+ var tablink = $("a[data-tabid='" + tab + "']" ).get(0).hash; > selectTab( tablink ); > window.scrollTo( 0, getScrollto( field, "toolbar" ) ); > }); >-- >2.25.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 32523
:
144829
|
144976
|
145002
|
145012
|
145013
|
145039
|
146151