]> git.koha-community.org Git - koha.git/commit
Bug 10355: paramater 'object' lost on the road
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 16 Apr 2015 14:39:09 +0000 (16:39 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 8 Jun 2015 23:13:11 +0000 (11:13 +1200)
commita47a89fa472e434f0dafccd991fa7991d5efe830
tree374cffd76454329e470be01a1f2c6e943be5dd3a
parentc0c16392b18542c733210ff5855e74492b057af1
Bug 10355: paramater 'object' lost on the road

Test plan:
1) Go to any detail page in staff
2) Click on the modification log tab
3) Verify, that the object is prefilled with the records biblionumber
and you can also see it as parameter in the url
4) Click a second time on modification log to reset your search

Before this patch, the object parameter was empty.
It now contains the value of the biblionumber.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described, no koha-qa errors

http://bugs.koha-community.org/show_bug.cgi?id=10335

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 0002126a2ab0ac38a8d3f144f446dc3ba69dab59)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc
tools/viewlog.pl