Merge branch '2.4' of github.com:MISP/MISP into 2.4

pull/9140/head
iglocska 2023-06-14 17:14:46 +02:00
commit e3c7fdd962
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ echo $this->element('genericElements/Form/genericForm', [
'label' => __('Target Event ID'),
'placeholder' => __('Leave blank unless you want to reuse an existing event.'),
'div' => ['id' => 'TargetEventDiv', 'style' => 'display:none', 'class' => 'optionalField'],
'class' => 'form-control span6'
'class' => 'form-control span6',
'required' => 0
],
[
'field' => 'Feed.settings.csv.value',