http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1514 Summary: Changes to virtual shelves redirects are required Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Catalogue AssignedTo: paul.poulain@free.fr ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@nongnu.org I've moved stuff around a little in virtual shelves in order to make the process clearer: I've separated the various steps so that "delete shelves" is seen separately from "add shelves," etc. This creates a problem with the way redirects are handled: EDIT should redirect to View edited shelf: /cgi-bin/koha/virtualshelves/shelves.pl?op=modif&shelf=<!-- TMPL_VAR NAME="shelfnumber"--> ...should redirect to : /cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelfnumber"--> DELETE should redirect to View all shelves: /cgi-bin/koha/virtualshelves/shelves.pl?shelves=1&DEL-<!-- TMPL_VAR NAME="shelfnumber"-->=1 ...should redirect to: /cgi-bin/koha/virtualshelves/shelves.pl ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.