Closed (fixed)
Project:
Inline responsive images
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2016 at 20:12 UTC
Updated:
21 Apr 2017 at 16:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
erik commentedThis is great Emiel, thanks a lot for this patch!
Hope it will be incorporated soon..
Comment #3
jon@s commentedCan confirm this patch worked for me with 8.x-2.0 (June 06 2016) and Drupal 8.2.1
Note: I had to apply the patch by hand (no big deal only a few lines) for some reason.
Comment #4
afoster commentedConfirming the patch resolved the issue with Twig Debugging. Updating status to reviewed (Hopefully this is OK?)
Patch applied to the newest Inline Responsive images 2.x-dev (Oct 20, 2016) in a site running Drupal 8.2.1
Also to note I've running patch from https://www.drupal.org/node/2816745 which allows the UI to work in D8.2.1 - Both patches play nicely together.
Comment #5
profak commented+1 for patch in this issue. @jeroen_betawerk, please commit to 2.x-dev!
Comment #6
keithm commentedRerolled patch to apply cleanly with 'git apply'. The problem Jon@s had in #3 may have been caused by a mixture of line Unix and DOS/Windows endings in the patch, as well as a mixture of line endings in this module itself.
This patch requires the patch from #2865861: Use Unix line endings in code (which corrects the code to use the Drupal standard Unix endings) to be applied first.
Comment #8
keithm commentedThis is fixed.
@emielbeinema thanks for investigating and patching.