correction for mandatory fields in forms
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -42,6 +42,7 @@ return [
|
||||
'select_var' => $pathSelect['select_var'] ?? '',
|
||||
'value' => $pathSelect['value'],
|
||||
'note' => $pathSelect['note'] ?? '',
|
||||
'mandatory' => true
|
||||
],
|
||||
'options_indexes' => [
|
||||
'label' => lng('extras.directory_browsing'),
|
||||
|
||||
Reference in New Issue
Block a user