Closed (fixed)
Project:
Fivestar
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2011 at 01:54 UTC
Updated:
4 Nov 2011 at 02:43 UTC
Upon changing a vote on a node, it is not recorded in the votingapi_cache or votingapi_vote tables. Instead it is only stored on the [field]_rating column of the fivestar field table. This becomes an issue when creating a view of averaged resutls, which is based off the votingapi_cache table. Not sure if this is by design, but if it is, do you have a suggestion for how to allow people to change their votes and still maintain accurate reports of their scores in a view?
Comments
Comment #1
pcorbett commentedThis may have been a conflict with another module (field permissions or entity reference). Works fine now that those modules are disabled.