[Koha-bugs] [Bug 17338] New: waitingreserves.pl should keep you on the same tab when cancelling a hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 23 17:01:50 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17338

            Bug ID: 17338
           Summary: waitingreserves.pl should keep you on the same tab
                    when cancelling a hold
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: cbrannon at cdalibrary.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

When you cancel a hold on the Hold(s) over tab, and the process is done, it
puts you back on the Hold(s) waiting tab.  It should keep you on the same tab. 
It would also be nice if the search box is used that it would keep the focus.

We use the following jQuery to help streamline the cancelling process:

//Default Holds awaiting pickup to Holds over tab
$("#holdso
form[action='waitingreserves.pl']").attr("action","waitingreserves.pl#holdsover");
if
(window.location.href.indexOf("cgi-bin/koha/circ/waitingreserves.pl#holdsover")
> -1) {
$("form[action='waitingreserves.pl']").attr("action","waitingreserves.pl#holdsover");
}
setTimeout(function() {
$("#holdso_filter input").focus();
},10);
//End default tab

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


More information about the Koha-bugs mailing list