Vote Up Down is registering node/%node/votes which is already used by core Poll module.

Comments

Peter Swietoslawski’s picture

Title: Registration of a conflicting path with core Poll module » Solution
StatusFileSize
new525 bytes

Here is patch that solves this conflict.

Peter Swietoslawski’s picture

marvil07’s picture

Title: Solution » Registration of a conflicting path with core Poll module
Status: Needs review » Needs work
Issue tags: +vud-2-blocker
Oleksa-1’s picture

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 ) ?

marvil07’s picture

Status: Needs work » Fixed

Thanks for noticing this, it's commited

Status: Fixed » Closed (fixed)
Issue tags: -vud-2-blocker

Automatically closed -- issue fixed for 2 weeks with no activity.