ui_patterns icon indicating copy to clipboard operation
ui_patterns copied to clipboard

Issue #311: Undefined index: #entity_type in ui_patterns_layouts_entity_view_alter().

Open iddstr8 opened this issue 4 years ago • 0 comments

Fixed notice. $build['#entity_type'] wasn't isset for paragraph entity. Replaced with getEntityTypeId() method.

iddstr8 avatar Dec 14 '20 11:12 iddstr8