Skip to content
Snippets Groups Projects
Commit 7bff10f7 authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Switch definition[name] to definition[id].

parent a1e6b280
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -74,7 +74,7 @@ function options_form(&$form, &$form_state) { ...@@ -74,7 +74,7 @@ function options_form(&$form, &$form_state) {
'#default_value' => $this->options['items_per_page'], '#default_value' => $this->options['items_per_page'],
'#states' => array( '#states' => array(
'visible' => array( 'visible' => array(
':input[name="options[summary][options][' . $this->definition['name'] . '][override]"]' => array('checked' => TRUE), ':input[name="options[summary][options][' . $this->definition['id'] . '][override]"]' => array('checked' => TRUE),
), ),
), ),
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment