Closed (fixed)
Project:
DROWL Paragraphs
Version:
4.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2023 at 16:10 UTC
Updated:
2 Mar 2023 at 17:39 UTC
Jump to comment: Most recent
Seems like I introduced a schema issue in #3204240: Add an equal height setting:
Entity/field definitions
Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions.
ParagraphThe paragraph.field_paragraph_settings field needs to be updated.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybodyTypically the update hook should have updated the schema:
Unsure, why that didn't work...
Comment #3
anybodyAlso the log says:
Comment #4
anybodyOk found it! I forgot to add
equal_height_groupinsrc/Plugin/Field/FieldType/DrowlParagraphsSettingsItem.php
I'll fix that.
Comment #6
anybodyComment #7
anybodyFixed, I'll tag a new 4.2.24 release.