Active
Project:
Decisions
Version:
6.x-1.7
Component:
Ranking mode
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 May 2011 at 02:31 UTC
Updated:
25 Nov 2011 at 01:13 UTC
It doesn't make sense to me that when the number of choices is restricted the ranking options still has options equivalent to the full list.
If you agree, it's a simple fix. Change line 86 of ranking module to:
$num_choices = ($node->maxchoices) ? $node->maxchoices : count($node->choice) - 1;
If you want I can roll a patch.
Comments
Comment #1
mandclu commentedNot sure what I was thinking when I named this.
Comment #2
travisjbennett commented(Follow)