- Issue created by @john.oltman
- Status changed to Needs review
27 days ago 10:44am 25 September 2025
Local files linked in HTML (and possibly other references) are not being tracked since the release of beta 24.
Specifically, this commit altered the public file pattern in a way that seems to be incompatible with local file systems. For example, what used to be {^/?sites/default/files/}
is now {^/sites/default/files//}
. The double slash at the end results in no matching in the getFileFromPath
method.
https://git.drupalcode.org/project/entity_usage/-/commit/571be2c4ff7add4...
Track HTML links and insert a link to a public file into a text field on a node. Saving the node does not save any tracking for the target file.
Revert the commit in question while a new approach, with better test coverage, is added.
TBD
None
None
None
Active
Code