Skip to content
Snippets Groups Projects
Commit 068abdb9 authored by Brian Canini's avatar Brian Canini
Browse files

asc_bootstrap - removing commented out dpm

parent 60dfef29
No related merge requests found
...@@ -92,7 +92,5 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $ ...@@ -92,7 +92,5 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $
if(count($form['field_evt_taxonomy_target_id_1']['#options']) == 1) { if(count($form['field_evt_taxonomy_target_id_1']['#options']) == 1) {
$form['field_evt_taxonomy_target_id_1']['#access'] = FALSE; $form['field_evt_taxonomy_target_id_1']['#access'] = FALSE;
} }
//dpm($form);
} }
} }
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