Correctly link to JSON Merge Patch in API docu instead of JSON Patch

This commit is contained in:
Jan Böhmer 2023-10-15 12:38:32 +02:00
parent 7a2928e202
commit 47fc7db953
2 changed files with 3 additions and 2 deletions

View file

@ -84,7 +84,7 @@ class StructuralEntityChoiceLoader extends AbstractChoiceLoader
if (!$this->options['allow_add']) {
//If we have a form, add an error to it, to improve the user experience
//If we have a form, add an error to it, to improve the user experience
if ($this->form !== null) {
$this->form->addError(
new FormError($this->translator->trans('entity.select.creating_new_entities_not_allowed')