- last update
over 1 year ago 29,465 pass - πΊπΈUnited States DamienMcKenna NH, USA
In case anyone else runs into a similar problem - a site was showing a symptom like this, only the problem turned out to be a custom URL processor that was changing all image paths of a certain type from "public" to "private", regardless of where the source image was. After far too much time was spent digging through the problem, removing the few lines of custom code fixed it and the images loaded again. X-|
- Merge request !11397Fix filter issue with images in private file directory β (Open) created by nico.b
I've converted the patch from #71 to a MR to comply with current Drupal processes. Tests are successful and test-only changes show that the test will fail without the fix.