mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-03 06:54:34 +02:00
Correctly link to JSON Merge Patch in API docu instead of JSON Patch
This commit is contained in:
parent
7a2928e202
commit
47fc7db953
2 changed files with 3 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue