Skip to content

Commit

Permalink
Issue backdrop#4694: Re-set 'Continue & configure' as default Views U…
Browse files Browse the repository at this point in the history
…I button.

By @BWPanda, @indigoxela, and @klonos.
  • Loading branch information
Peter Anderson committed Oct 17, 2020
1 parent bdc63e7 commit 93fd450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/modules/views_ui/views_ui.admin.inc
Expand Up @@ -472,6 +472,7 @@ function views_ui_add_form($form, &$form_state) {
'#validate' => array('views_ui_wizard_form_validate'),
'#submit' => array('views_ui_add_form_store_edit_submit'),
'#process' => array_merge(array('views_ui_default_button'), element_info_property('submit', '#process', array())),
'#weight' => -1,
);
$form['actions']['save'] = array(
'#type' => 'submit',
Expand Down

0 comments on commit 93fd450

Please sign in to comment.