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

2019-02-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13644

Katrin Fischer  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #3 from Katrin Fischer  ---
I can't replicate this on master anymore.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2017-12-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13644

J. Kramer  changed:

   What|Removed |Added

 CC||gand...@is-a-lie.de
   Assignee|koha-b...@lists.koha-commun |gand...@is-a-lie.de
   |ity.org |

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2018-01-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13644

Feli Kramer  changed:

   What|Removed |Added

   Assignee|f...@interkatz.de   |koha-b...@lists.koha-commun
   ||ity.org

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2015-01-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13644

--- Comment #1 from Katrin Fischer  ---
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.

Line 101
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:
cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=130462#tab10XX&searchid=scs_1422610556359

Working link:
cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=130462&searchid=scs_1422610556359#tab10XX

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2015-01-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13644

Katrin Fischer  changed:

   What|Removed |Added

   Severity|normal  |trivial

--- Comment #2 from Katrin Fischer  ---
It would be nice if the script was a bit more clever, but I figured out a
workaround.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2015-02-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13644

Katrin Fischer  changed:

   What|Removed |Added

   See Also||http://bugs.koha-community.
   ||org/bugzilla3/show_bug.cgi?
   ||id=11937

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


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

2016-02-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13644

Marc VĂ©ron  changed:

   What|Removed |Added

 CC||ve...@veron.ch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/