Project:Node Picker
Version:6.x-2.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I have content types using different URL path alias, for example .../product/123 and .../article/456 .

Nodepicker creates links of node/123 and node/456 which are interpreted as /article/node/123 and /product/node/456 which do not exist. The link needs to be /node/123 and /node/456 to work correctly.