diff --git a/entityform.info.inc b/entityform.info.inc index 3799300..d17bdd2 100644 --- a/entityform.info.inc +++ b/entityform.info.inc @@ -47,6 +47,8 @@ class EntityformMetadataController extends EntityDefaultMetadataController { // @todo This line could be removed depending on this http://drupal.org/node/1931376 $properties['type']['required'] = TRUE; + $properties['draft']['setter callback'] = 'entity_property_verbatim_set'; + return $info; } }