Reviewed & tested by the community
Project:
Track Field Changes
Version:
7.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2018 at 09:21 UTC
Updated:
5 Sep 2018 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gg24 commentedAttaching patch, Please review.
Comment #3
gg24 commentedComment #4
gg24 commentedComment #5
navneet0693 commentedThat's a good catch.
The previous code didn't respected :
$language = field_language('node', $newnode, $field_name);The
$languageparameter in$newfield = field_get_items('node', $newnode, $field_name, $language);does all job, missing which we could have usedLANGUAGE_NONE.