mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-02 22:44:33 +02:00
Fixed empty message for CurrencyEntityType.
This commit is contained in:
parent
32207e2e6c
commit
f92802a3c7
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ class StructuralEntityType extends AbstractType
|
|||
];
|
||||
if ($options['empty_message']) {
|
||||
$tmp['data-none-Selected-Text'] = $options['empty_message'];
|
||||
$tmp['title'] = $options['empty_message'];
|
||||
}
|
||||
|
||||
return $tmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue