Skip to content
Snippets Groups Projects
Commit dca8035d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1791970 followup by marvil07, dww: Optionally detect tar.* as extension...

Issue #1791970 followup by marvil07, dww: Optionally detect tar.* as extension instead of * on views file extension field handler.
parent 579aa788
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -37,7 +37,7 @@ public function buildOptionsForm(&$form, &$form_state) { ...@@ -37,7 +37,7 @@ public function buildOptionsForm(&$form, &$form_state) {
'#type' => 'checkbox', '#type' => 'checkbox',
'#title' => t('Detect if tar is part of the extension'), '#title' => t('Detect if tar is part of the extension'),
'#description' => t("See if the previous extension is '.tar' and if so, add that, so we see 'tar.gz' or 'tar.bz2' instead of just 'gz'."), '#description' => t("See if the previous extension is '.tar' and if so, add that, so we see 'tar.gz' or 'tar.bz2' instead of just 'gz'."),
'#default_value' => $this->options['fileextension_max_extension_parts'], '#default_value' => $this->options['extension_detect_tar'],
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment