The Inherited Formatter module allows a field to inherit the value of a "parent" node that is related via a node-reference field. See the Inherited Formatter project page for more information.
To add support for this feature, field modules must declare which field types are supported by implementing hook_inheritedformatter_supported_fields_info(). (Not all CCK fields work out of the box, such as filefields.)
This patch adds that support for the formatted_number field types.
This patch is trivial and low risk, so I am bumping directly to RTBC.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | inheritedformatter.patch | 564 bytes | Bevan |
Comments
Comment #1
Bevan commentedSee also #1091762: Support more CCK field type contrib modules.
Comment #2
Bevan commentedComment #3
markus_petrux commentedcommited, thanks!
- http://drupal.org/commitlog/commit/7808/cc523ded9be6f8d1d8e8105a1f2365f6...