Posted by Peter Swietoslawski on March 19, 2010 at 4:37pm
4 followers
| Project: | Vote Up/Down |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | vud-2-blocker |
Issue Summary
Vote Up Down is registering node/%node/votes which is already used by core Poll module.
Comments
#1
Here is patch that solves this conflict.
#2
#3
#4
I confirm this issue:
- $items['node/%node/votes'] = array(
+ $items['node/%node/votesupdown-votes'] = array(
Maybe we will use something more attractive than "votesupdown-votes" in path ) ?
#5
Thanks for noticing this, it's commited
#6
Automatically closed -- issue fixed for 2 weeks with no activity.