Posted by Damien Tournoud on February 3, 2012 at 10:07am
2 followers
| Project: | Entity reference |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I'm working on a module providing an hierarchical structure implemented as an Entity Reference behavior: http://drupal.org/sandbox/damz/1427028
In the case of root nodes, I want the "-None-" value to be still stored in the tree, because it is significant. In that case, I need to be able to tell Entity Reference "it's ok to store empty references", thus overriding entityreference_field_is_empty().
Comments
#1
Simple patch, except that we need some small bug fix in
entityreference_field_formatter_prepare_view().#2
Merged into 7.x-1.x.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.