mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Perform the duplicate check of parameter names already on initial creation
This fixes issue #568
This commit is contained in:
parent
dfe4568991
commit
b70d74ae4b
4 changed files with 12 additions and 2 deletions
|
@ -34,7 +34,7 @@ class UniqueObjectCollection extends Constraint
|
|||
self::IS_NOT_UNIQUE => 'IS_NOT_UNIQUE',
|
||||
];
|
||||
|
||||
public string $message = 'This collection should contain only unique elements.';
|
||||
public string $message = 'This value is already used.';
|
||||
public $normalizer;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue