mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-19 10:24:50 +02:00
Added autocomplete for part parameters
This commit is contained in:
parent
44b288b807
commit
9a7e47863b
18 changed files with 209 additions and 134 deletions
|
@ -30,7 +30,7 @@ use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
|
|||
/**
|
||||
* A attachment attached to a category element.
|
||||
*
|
||||
* @ORM\Entity()
|
||||
* @ORM\Entity(repositoryClass="App\Repository\ParameterRepository")
|
||||
* @UniqueEntity(fields={"name", "group", "element"})
|
||||
*/
|
||||
class CurrencyParameter extends AbstractParameter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue