Closed (fixed)
Project:
Automatic Nodetitles
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jan 2012 at 06:20 UTC
Updated:
21 Aug 2018 at 11:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rsgracey commentedThe patch hasn't worked for us. We have wrapped the token statements with a preg-replace command:
$eng_org=preg_replace('/\'/','-','[node:field_eng_org]');It encoded the apostrophes for Unicode, but at least it's evaluating.
Comment #2
david lesieur commentedCould you detail more precisely what has not worked with the patch? Thanks.
Comment #3
manish-31 commentedThis issue doesn't occur now. I have used a token that returns quotes and backslashes it generates title correctly. Please close or fix this is not an issue now.
Comment #4
manish-31 commentedThis patch will solve this issue. Needs Review.
Comment #6
gaurav.kapoor commented