Active
Project:
Entity Path
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2012 at 09:39 UTC
Updated:
12 Jan 2012 at 09:39 UTC
Some modules and themes (even some code in core), do not use entity_uri() to build the link to an entity, instead something like "node/{$node->nid}" is built manually.
For such cases, it would be helpful, that there was a redirect from the original entity uri to the entity path entity uri.
This could be feasible with the Redirect module.
A reasonable implementation would be with an own module, using some (to create) alter hook.