]> git.koha-community.org Git - koha.git/commit
 Bug 14440: get_template_and_user can not have an empty template_name (opac-ratings.pl)
authorFridolin Somers <fridolin.somers@biblibre.com>
Tue, 23 Jun 2015 15:45:30 +0000 (17:45 +0200)
committerMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 13:20:06 +0000 (01:20 +1200)
commitbad18ee246e77bcbc41810a6594676d69408df92
treed2ac05eea451a912d0098848a3210f3fd9d96d47
parent92ad0ac7ba7fabd33efc7648d5dfb6babeed4051
 Bug 14440: get_template_and_user can not have an empty template_name (opac-ratings.pl)

Since Bug 14408, the method get_template_and_user can not have an empty template_name.
Pages calling with an empty value should use C4::Auth::checkauth()

This patch corrects opac/opac-ratings.pl

Test plan :
- Apply patch
- Set sysopref OpacStarRatings to 'results and details'
- Disable Javascipt on your browser (otherwise it will use ajax)
- Login at OPAC
- Go to a record
- Click on a button left of 'Rate me' to choose a rating, ie 4
- Click on 'Rate me'
=> The page is reloaded and you see 'your rating: 4'
- Loggout from OPAC
- Try to access URL : http://<serveur>/cgi-bin/koha/opac-ratings.pl
=> You see the loggin page

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Mason James <mtj@kohaaloha.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt
opac/opac-ratings.pl