Closed (fixed)
Project:
Decisions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2010 at 23:52 UTC
Updated:
29 Mar 2010 at 16:00 UTC
After enabling Decisions (whether or not you enable any sub-modules), the third tab of Poll (not Advanced Poll) nodes is renamed to "Results" and just displays the same thing as the first tab, View. It is normally called "Votes" and displays a list of users and their votes. /node/xxxx/votes now gives "access denied".
Comments
Comment #1
ezra-g commentedIndeed. We shouldn't have a callback at the same path as core poll. I'm working on a site that happens to be using both modules.
I've changed the Decisions results path to 'node/%node/decision-results'. This seems safe because we don't explicitly link to the results path, and it's less broken than what we have now.