- Issue created by @cgmonroe
- π¨π¦Canada joseph.olstad
Thanks for reporting,
Please provide a pull request or patch for this change.
All the url's in the report table have an extra / at the beginning, e.g. //admin/content/files/replace... They can't be clicked on (in chrome).
Also the links to the actual files have 'sites/default/files' hard coded. This does not support sites who have their public files in a different location or multi-site installations.
Install and try to click on URLs in chrome
Remove leading / from url paths in code.
Use $file->createFileUrl() to generate file URLs
Active
1.0
Code
Thanks for reporting,
Please provide a pull request or patch for this change.