- Issue created by @jonathanshaw
In 📌 Replace HostEntity::isEnabledForRegistration Active we added this:
if (($operation == 'update') && $result->isAllowed()) {
$validation_result = $host_entity->isEditableRegistration($entity, $account, TRUE);
$editable_result = AccessResult::allowedIf($validation_result->isValid())
Possibly this is better suited to the HostEntityHandler.
Active
3.3
Registration Core