Skip to content

Commit

Permalink
Ensure 'Save and go to list' action is available when saving taxonomy…
Browse files Browse the repository at this point in the history
… terms #396
  • Loading branch information
stephen-cox committed Mar 31, 2023
1 parent f6f24e6 commit f96601b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function localgov_microsites_group_term_ui_form_alter(&$form, FormStateInterface
}

// Add our submit handler.
$form['actions']['overview']['#access'] = TRUE;
$form['actions']['overview']['#submit'][] = 'localgov_microsites_group_term_ui_submit_taxonomy_term_localgov_topic_form';
}

Expand Down

0 comments on commit f96601b

Please sign in to comment.