Closed (works as designed)
Project:
NodeReview
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2007 at 17:43 UTC
Updated:
27 May 2007 at 08:08 UTC
Hi,
I've been using node review for a while, and this has just come up. I recently moved to a new server, but I can't see how this would affect the script.
Basically, if a node has multiple reviews, all rating numbers end up being saved as identical numbers. For example: I have a review saved, and it has a rating of 7. I then add another review, with a rating of 8. The first review then ends up with a rating of 8 also. If I edit it back to 7, the newer review ends up with 7 too.
Both reviews were added on different dates, but both are anonymous entries -- maybe this has something to do with it?
Brad
Comments
Comment #1
Crell commentedNodereview currently supports only one review per user per node. The anonymous user is a single user. That means two anonymous users trying to review the same node will create a collision, and whoever saves second will overwrite the previous node. It's not really designed to support anonymous reviews.
There's another issue in the queue to add an option for multiple reviews per user per node, but I haven't had a chance to look into it. I am however willing to accept patches for it. :-) Please see that issue.