Skip to content
Snippets Groups Projects
Commit be234772 authored by Liam Morland's avatar Liam Morland
Browse files

ISTWCMS-2505: Hide views_settings on Webform submission settings

parent 06258776
No related branches found
No related tags found
No related merge requests found
...@@ -133,4 +133,5 @@ function uw_cfg_common_form_webform_settings_submissions_form_alter(array &$form ...@@ -133,4 +133,5 @@ function uw_cfg_common_form_webform_settings_submissions_form_alter(array &$form
unset($form['submission_behaviors']['form_convert_anonymous']); unset($form['submission_behaviors']['form_convert_anonymous']);
unset($form['submission_behaviors']['submission_log']); unset($form['submission_behaviors']['submission_log']);
unset($form['submission_behaviors']['token_update']); unset($form['submission_behaviors']['token_update']);
unset($form['views_settings']);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment