- Issue created by @bkosborne
When someone links to a document via this module's vanity redirect path /document/[id], we want that recorded as a usage of the document in the Entity Usage module. Right now it's not registered as a usage.
.
Implement event subscriber for the URL_TO_ENTITY event from the Entity Usage module. If the URL matches our pattern, return a usage for the entity ID.
Active
1.0
Code