Active
Project:
Simple Review
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2008 at 19:39 UTC
Updated:
2 Apr 2008 at 20:46 UTC
When deleting a comment (from within drupal's admin section or using the comment delete link), the ratings are not removed.
Please advise me on how to fix this.
Thanks
Comments
Comment #1
tseven commentedIt looks like Simple Review only deletes it's own comment record, but not that made by the voting api.
To fix this replace:
with:
This will delete the vote records and recalculate the item value to show the update.