Bug 16358: Do not redirect to the editor when deleting records
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 13 Sep 2016 14:03:55 +0000 (15:03 +0100)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Mon, 17 Oct 2016 23:02:26 +0000 (23:02 +0000)
commitba8ee98e1bb3b18f579c0b122b14d43e88cda2c8
treee3a2d76f8b5593aa8f3e806d360b65f6622ed7d6
parentd5ca2d0433b75317c5a2b855ee77372ca93d2223
Bug 16358: Do not redirect to the editor when deleting records

The "Delete record" button goes to addbiblio.pl?op=delete, which
incorrectly redirects to Rancor when selected.

Test plan:
0/ Enable EnableAdvancedCatalogingEditor
1/ Edit a record
2/ Switch to the Advanced editor
3/ click on "View the record"
4/ Delete the record
=> Without this patch you are redirected to the editor
=> With this patch you are redirected to the advanced search

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
cataloguing/addbiblio.pl