- Issue created by @rreedy
- π§πͺBelgium lobsterr
This code comes from group module:
// This could be in its own decorator, but then it would live in a module // of its own purely for field_ui support. So let's keep it here. if ($this->moduleHandler->moduleExists('field_ui')) { $relationship_type = $this->entityTypeManager()->getStorage('group_relationship_type')->load($relationship_type_id); $operations += field_ui_entity_operation($relationship_type); }
field_ui_entity_operation comes from field_ui module. Are you sure it is available ?
- πΊπΈUnited States rreedy Michigan
Hi @lobsterr yes the field_ui module is available. It does appear that this error happens without the group media module being enabled as well, so I think this particular issue can be closed...as I think it's a Group module issue