fixed event attendees widget

This commit is contained in:
naomi 2022-04-03 19:12:03 +01:00
parent 614293c114
commit fb2249d9bd
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class OCEvent extends ContentEntityBase implements OCEventInterface {
'weight' => 50, 'weight' => 50,
]) ])
->setDisplayOptions('form', [ ->setDisplayOptions('form', [
'type' => 'entity_reference_autocomplete_tags', 'type' => 'entity_reference_autocomplete',
'weight' => 50, 'weight' => 50,
]) ])
->setRequired(FALSE); ->setRequired(FALSE);