Vote Up Down is registering node/%node/votes which is already used by core Poll module.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | vote_up_down-wrong-menu-registration-747336-1.patch | 525 bytes | Peter Swietoslawski |
Vote Up Down is registering node/%node/votes which is already used by core Poll module.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | vote_up_down-wrong-menu-registration-747336-1.patch | 525 bytes | Peter Swietoslawski |
Comments
Comment #1
Peter Swietoslawski commentedHere is patch that solves this conflict.
Comment #2
Peter Swietoslawski commentedComment #3
marvil07 commentedComment #4
Oleksa-1 commentedI 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 ) ?
Comment #5
marvil07 commentedThanks for noticing this, it's commited