https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16179 --- Comment #3 from Jonathan Druart <jonathan.druart@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.