Closed (fixed)
Project:
Webform Localization
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2012 at 13:50 UTC
Updated:
26 Aug 2013 at 23:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
rv0 commentedComment #2
minoroffense commentedI can confirm this issue. Happens when using Entity Translation and tnid is set to 0 and the sync is set to 0.
Comment #3
minoroffense commentedPatch doesn't apply anymore though.
Comment #4
rv0 commentedlooking at the path, its just a matter of adding ad IF statement around the code
a re-roll cant be hard ;)
if (isset($vars['node']->tnid) && $vars['node']->tnid > 0) {sure you took the 1.x branch?
Comment #5
leksat commentedA bit different patch for 7.x-1.x (with the same logic).
Comment #6
GDrupal commentedCommitted thank you all guys!