When executing the database update the insertion of the tokensupport field throws a DatabaseSchemaObjectDoesNotExistException, when iframe is used in another entity with a different storage as the default. The update process is not respecting the storage attribute of the field.

Comments

  • neffets committed 78b847e on 7.x-1.x
    Issue #2474987: hook_update_N does not respect different storage when...
neffets’s picture

Assigned: Unassigned » neffets
Status: Active » Needs review

I know added an if-condition which checks if storage-type is "field_sql_storage".

In all other cases I dont know how to add/change column settings of field / field-attributes.
Further input is welcome for such cases.

commit 78b847e4d2628156aa542e9409c8dfbb2f32e0ec

neffets’s picture

Status: Needs review » Fixed

no further comment - so seems ok.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.