- Issue created by @Anybody
- 🇩🇪Germany Anybody Porta Westfalica
Typically the update hook should have updated the schema:
/** * Add further columns: equal_height_group. */ function drowl_paragraphs_update_8306() { $field_type = 'drowl_paragraphs_settings'; $columns_to_add = ['equal_height_group']; return _field_type_schema_column_add_helper($field_type, $columns_to_add); }
Unsure, why that didn't work...
- 🇩🇪Germany Anybody Porta Westfalica
Also the log says:
Warning: Undefined property: stdClass::$field_paragraph_settings_equal_height_group in Drupal\Core\Entity\Sql\SqlContentEntityStorage->loadFromDedicatedTables() (Zeile 1267 in /web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php)
- 🇩🇪Germany Anybody Porta Westfalica
Ok found it! I forgot to add
equal_height_group
in
src/Plugin/Field/FieldType/DrowlParagraphsSettingsItem.phpI'll fix that.
- @anybody opened merge request.
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 5:35pm 16 February 2023 - Status changed to Fixed
almost 2 years ago 5:36pm 16 February 2023 - 🇩🇪Germany Anybody Porta Westfalica
Fixed, I'll tag a new 4.2.24 release.
Automatically closed - issue fixed for 2 weeks with no activity.