diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php index 3fa8c41..fac3731 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php @@ -1600,6 +1600,7 @@ public function buildOptionsForm(&$form, &$form_state) { '#default_value' => $style_plugin->definition['id'], '#description' => t('If the style you choose has settings, be sure to click the settings button that will appear next to it in the View summary.'), ); + views_ui_add_ajax_trigger($form, 'style', array('options', 'style_options')); $style_plugin = $this->getOption('style'); $name = $style_plugin['type'];