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.

Comments

peter törnstrand’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)