Bug 11132: don't clear the results list upon adding a biblio to a list
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 24 Oct 2013 15:06:08 +0000 (17:06 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 1 Nov 2013 00:39:30 +0000 (00:39 +0000)
commitde5d977c499144a39189692e957333620efc73eb
tree3c4001d742c6a71240d379c624d014efdfd512b5
parenteca16da01f2a21dce351ac736e54092972c97f65
Bug 11132: don't clear the results list upon adding a biblio to a list

A "busc" param is cleared if the template name is not opac-.*detail.tt.
So if a user adds a biblio to a list, he cannot continue to browse
results.

Test plan:
- launch a search at the OPAC (opac-search.pl).
- click on a result and browse results (using previous/next links).
- a title attract your attention and you add it to a list
  ("Save to yours lists" link on the right).
- save the list.
- browse again results.

Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tested according to test plan, also checked some other pages and actions
accessible from the detail page.
Passes all tests and QA script.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Auth.pm