Entity Metadata Wrappers require a 'property_type' attribute in the array returned for hook_field_info()

http://www.thecarneyeffect.co.uk/describe-field-properties-make-custom-fields-work-entity-metadata-wrappers

Because this field stores integers only, simply adding 'property_type' => 'integer' suffices to make nodequeue reference fields available to entity metadata wrappers.

Comments

kmblackwood’s picture

damienmckenna’s picture

Status: Active » Needs review
Parent issue: » #2542190: Plan for Nodequeue Reference 7.x-1.2 release

  • beltofte committed e8013a5 on 7.x-1.x
    Issue #2489260 by kmblackwood: Fields not available as properties to...
beltofte’s picture

Status: Needs review » Closed (fixed)

Committed the patch!