fix: [UI] tag style on the index now correctly adheres to the default if not set

pull/4949/head
iglocska 2019-07-31 11:46:20 +02:00
parent 122ff89f2f
commit 3d7c3fa339
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
'required_taxonomies' => false,
'columnised' => true,
'static_tags_only' => 1,
'tag_display_style' => Configure::read('MISP.full_tags_on_event_index')
'tag_display_style' => Configure::check('MISP.full_tags_on_event_index') ? Configure::read('MISP.full_tags_on_event_index') : 2
)
)
);