Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.3
-
Fix Version/s: 2.0.4
-
Component/s: Ratings
-
Labels:
-
Database:Any
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-27625_master -
Pull Master Diff URL:
Description
You don't seem to be able to delete a rating. If you select "Rate..." it should delete your rating. I'm getting an error back "Invalid numeric value"
Its due to this code in the 3 per module rating validation functions.
if ($params['rating'] < 0)
Attachments
Issue Links
- will help resolve
-
MDL-27471 Add a ratingarea field to the ratings API
-
- Closed
-