[Koha-bugs] [Bug 16179] Clicking Rate me button in OPAC without selecting rating produces error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 4 15:48:13 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16179

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 49858
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49858&action=edit
Bug 16179: Do not crash if "rate me" is clicked and not rate selected

If JS is disabled and a user clicks on the "Rate me" button, Koha will
crashes with:
DBIx::Class::ResultSet::create(): Column 'rating_value' cannot be null
at /usr/share/koha/lib/C4/Ratings.pm line 208

To avoid that, opac-ratings.pl will check if a rate has been selected.

Test plan:
Disable JS
On a record detail page, click on the "Rate me" button

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list