Problem/Motivation
Core links to nodes by building hardcoded URL paths, instead of using entity_uri()
. This means the node entity type's URI callbacks are bypassed completely, disallowing other modules from altering node URLs.
Proposed resolution
Replace hardcoded URL paths with calls to entity_uri()
.
Remaining tasks
None.
User interface changes
None.
API changes
None.
Data model changes
None.