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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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/

Reply via email to