Closed (fixed)
Project:
Insert
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2018 at 15:44 UTC
Updated:
28 Jul 2018 at 14:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
snater commentedThat use-case seems to not have been foreseen. But I found out the quotes are there for a reason--#1126994: 2 double-spaces causes wrong path when using Transliteration--which is why I would not want to just remove the quotes again. An improvement might be to not rely on a single regex and loop through all possible field names. (The patch will need to be applied to the D8 version of Insert as well.)
Comment #3
jascote commentedApplying the patch file fails for 7.x-1.4.
However, the code in your patch works. I've tested that separately.
Comment #6
snater commentedThanks for filing the ticket and testing.