- Issue created by @ob3ron
Trying to access a group's "Set available content" setting page (e.g., /admin/group/types/manage/lms_course/content) results in an error:
Error: Call to undefined function Drupal\group\Plugin\Group\RelationHandlerDefault\field_ui_entity_operation() in Drupal\group\Plugin\Group\RelationHandlerDefault\OperationProvider->getOperations() (line 78 of modules/contrib/group/src/Plugin/Group/RelationHandlerDefault/OperationProvider.php).
This seems to be an error that the Group module throws when there is no group content type set. According to this comment 🐛 Error when trying to set available content. Needs work there should always be a group content type.
Standard setup from https://github.com/graber-1/drupal_lms_ddev with test content. Visit the page mentioned above, either directly or via the Group Types page.
Should we add a dummy group content type to prevent this error?
Active
1.0
Other backend