Download & Extend

Registration of a conflicting path with core Poll module

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

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

Here is patch that solves this conflict.

AttachmentSizeStatusTest resultOperations
vote_up_down-wrong-menu-registration-747336-1.patch525 bytesIgnored: Check issue status.NoneNone

#2

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

#3

Status:needs review» needs work

#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

Status:needs work» fixed

Thanks for noticing this, it's commited

#6

Status:fixed» closed (fixed)

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