- π¨πSwitzerland megadesk3000
Hello
Almost 2 years later, while in the middle of a drupal 10 upgrade of an existing site, i need this patch on the 3.x branch and it does not apply.
So i rerolled it. - πΊπΈUnited States sheise
Here's a revised patch that applies to the latest 3.x branch and actually uses stage_file_proxy to save the file locally.
I agree that this would be better handled by stage_file_proxy itself but that would likely be a more complex change so this temporary solution is available as needed.
- πΊπΈUnited States cpierce42
Fixed deprecation error in
Trim()
by typecasting(string)
. Patch works good for me.
I wish this would get merged in. - πΈπ°Slovakia roman.haluska
Fix non-existent service "stage_file_proxy.fetch_manager" (stage file proxy 3.1.0)
- πΊπ¦Ukraine arialblack
We can exclude svg in that module: https://i.imgur.com/X6Fvtv1.png
Think issue can be closed. - πΊπΈUnited States cpierce42
I disagree Arialblack, Ticket should stay open. We are not trying to exclude svg we are trying to have them render correctly. Testing latest patch.
- πΊπΈUnited States cpierce42
patch 14 allows stage file proxy to work with svg_image 3.1.0
- π«π·France mably
Hi @cpierce42, could you create a merge request please?