mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-22 11:54:41 +02:00
parent
01c19ab634
commit
73ac4f1641
10 changed files with 110 additions and 48 deletions
|
@ -59,6 +59,7 @@ class CurrencyAdminForm extends BaseEntityAdminForm
|
|||
'preferred_choices' => ['EUR', 'USD', 'GBP', 'JPY', 'CNY'],
|
||||
'attr' => [
|
||||
'class' => 'selectpicker',
|
||||
'title' => 'selectpicker.nothing_selected',
|
||||
'data-live-search' => true,
|
||||
],
|
||||
'disabled' => ! $this->security->isGranted($is_new ? 'create' : 'edit', $entity),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue