Bug 11430: delete search history by id - API changes
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 20 Dec 2013 14:06:08 +0000 (15:06 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 11 Mar 2015 18:02:37 +0000 (15:02 -0300)
commit380e8d53f0a442f75102d82d97f789f75ea56755
tree1b69f1bbee391b3632831399f7eac399947bc016
parentfdca44709e105451908d0e38be44ae3da8f7e496
Bug 11430: delete search history by id - API changes

Bug 10807 adds a search history for authorities and bug 10862 adds the
search history on the staff interface.

This one allows the user to select the search history lines he wants to
delete.

This change is done for the OPAC and intranet interface. The user is now
allow to delete one or more lines of his/her search history.

Test plan (for intranet, opac: bootstrap and prog themes):
1/ launch some search (catalogue and authority)
2/ verify the lines is added to your search history
3/ delete one or more lines of the history and verify they have been
deleted
4/ at the OPAC: logout and do again steps 1-3.
5/ prove t/db_dependent/Search/History.t

Signed-off-by: sonia BOUIS <sonia.bouis@univ-lyon3.fr>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Search/History.pm