xb_config_entity.edit is incorrect, the operation is 'update', not 'edit'
Per \Drupal\Core\Entity\EntityAccessControlHandler::checkAccess
* @param string $operation
* The entity operation. Usually one of 'view', 'view label', 'update' or
* 'delete'.
Fix routing to use 'update' not 'edit'
Active
0.0
β¦Β to be triaged