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
@@ -147,7 +147,7 @@ public function checkAccess(NodeInterface $node, AccountInterface $account, $op
if($node->isDefaultRevision()&&($this->connection->query('SELECT COUNT(*) FROM {node_field_revision} WHERE nid = :nid AND default_langcode = 1',array(':nid'=>$node->id()))->fetchField()==1||$op=='update'||$op=='delete')){