[Koha-bugs] [Bug 13644] New: Paging Javascript breaks links with anchor

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 30 10:36:43 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13644

            Bug ID: 13644
           Summary: Paging Javascript breaks links with anchor
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

I have a library asking me to put a link to the items tab of the MARC detail
page on the normal detail page, so they can see the additional fields we have
defined more easily. Trying to do this, turned up an oversight in the
Javascript for the site paging.

In order for a link with an anchor # to work, the anchor needs to be last on
the link, but the browser.js will but the searchid= parameter at the end, so
the link is broken.

What needs to be done is to add the params directly after the other params and
leave the #anchor at the end.

http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=koha-tmpl/intranet-tmpl/js/browser.js;hb=ac3f497f64c1854a275fe894c1070f5888c1c302#l99

I have found no existing link that gets broken yet, but we could still fix this
to make sure everywhere this script is used the links are created correctly.

Example:

Created link:
https://staff.kopac.bsz-bw.de/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=130462#tab10XX&searchid=scs_1422610556359

Working link:
https://staff.kopac.bsz-bw.de/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=130462&searchid=scs_1422610556359#tab10XX

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list