backdrop-contrib / geofield

Stores geographic and location data (points, lines, and polygons).
GNU General Public License v2.0
0 stars 7 forks source link

Fix undefined function entity_metadata_field_verbatim_get and entity_metadata_field_verbatim_set #39

Closed herbdool closed 1 year ago

herbdool commented 1 year ago

Error: Call to undefined function entity_metadata_field_verbatim_get() in EntityStructureWrapper->getPropertyValue() (line 453 of /app/httpdocs/modules/contrib/entity_plus/includes/entity_plus.wrapper.inc).

In geofield.module line 659, the callbacks should be: entity_plus_metadata_field_verbatim_get and entity_plus_metadata_field_verbatim_set

herbdool commented 1 year ago

@jenlampton I've got a PR. Quick fix.

argiepiano commented 1 year ago

@herbdool LGTM! This fix resembles similar ones in several other contrib modules that used Entity API in D7.

herbdool commented 1 year ago

On behalf of the Bug Squad I created a new bug fix release for this and the other bug fix.