Skip to content
Snippets Groups Projects
Unverified Commit 0f334ad7 authored by Michael Lee's avatar Michael Lee Committed by GitHub
Browse files

Merge pull request #519 from ASCWebServices/canini-3

Discover Your Path bug fix
parents 0f27d4de 4e240b8c
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $
//discover you path
if ($form['#id'] == 'views-exposed-form-discover-your-path-page-1') {
//resets program to 'All' on submit so that program numbers don't zero out
$form['field_ap_program_target_id']['#value'] = 'All';
//$form['field_ap_program_target_id']['#value'] = 'All';
}
......
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