Active
Project:
Inherited formatter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2012 at 23:02 UTC
Updated:
17 Apr 2012 at 23:02 UTC
In the field inheritance formatter module, I just added changed line 85 from this
return array('text', 'number_integer');
to this
return array('text', 'number_integer' , 'nodereference');
For node reference fields, this seems to work just fine. Why not add this to the code?