Queue module does not count the last submitted vote correctly. After the user has submitted a vote, it wouldn't count as the vaild vote until another user vote in.

Steps of reproduce:
- If the promotion threshold is set as 1.
- First user press +1 vote

Actual results:
- The vote just submitted won't get counted and the post won't be promoted until second user vote +1 again.

Expected results:
- The vote should count and the promotion should be immediate.

Attached is the code to fix the problem.

CommentFileSizeAuthor
drupal-4.6.2-queue-vote-fix.patch438 bytesleongtd

Comments

Uwe Hermann’s picture

AFAIK queue module has been removed from core. What should happen with this?

magico’s picture

Component: queue.module » other
Status: Needs review » Closed (fixed)

Removed from core!