2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
thrownewFieldStorageDefinitionUpdateForbiddenException('Unable to delete a field with data that cannot be purged.');
thrownewFieldStorageDefinitionUpdateForbiddenException('Unable to delete a field ('.$storage_definition->getName().' in '.$storage_definition->getTargetEntityTypeId().' entity) with data that cannot be purged.');
}
}
catch(DatabaseException$e){
...
...
@@ -1268,7 +1268,7 @@ protected function updateDedicatedTableSchema(FieldStorageDefinitionInterface $s
thrownewFieldStorageDefinitionUpdateForbiddenException("The SQL storage cannot change the schema for an existing field with data.");
thrownewFieldStorageDefinitionUpdateForbiddenException('The SQL storage cannot change the schema for an existing field ('.$storage_definition->getName().' in '.$storage_definition->getTargetEntityTypeId().' entity) with data.');
}
// There is data, so there are no column changes. Drop all the prior
// indexes and create all the new ones, except for all the priors that
...
...
@@ -1357,7 +1357,7 @@ protected function updateSharedTableSchema(FieldStorageDefinitionInterface $stor
thrownewFieldStorageDefinitionUpdateForbiddenException("The SQL storage cannot change the schema for an existing field with data.");
thrownewFieldStorageDefinitionUpdateForbiddenException('The SQL storage cannot change the schema for an existing field ('.$storage_definition->getName().' in '.$storage_definition->getTargetEntityTypeId().' entity) with data.');