reverted: --- b/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php +++ a/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php @@ -409,8 +409,7 @@ /** * Static member function to list which sections are defaultable + * and what items each section contains. - * - * Static member function to list which sec and what items each section contains. */ public function defaultableSections($section = NULL) { $sections = array( @@ -1376,7 +1375,7 @@ public function buildOptionsForm(&$form, &$form_state) { parent::buildOptionsForm($form, $form_state); if ($this->defaultableSections($form_state['section'])) { + views_ui_standard_display_dropdown($form, $form_state, $form_state['section']); - $form_state['view']->getFormProgressIndicator($form, $form_state, $form_state['section']); } $form['#title'] = check_plain($this->display['display_title']) . ': '; reverted: --- b/core/modules/views/lib/Drupal/views/ViewExecutable.php +++ a/core/modules/views/lib/Drupal/views/ViewExecutable.php @@ -157,7 +157,7 @@ /** * To avoid recursion in views embedded into areas. * + * @var array - * @var \Drupal\Component\Plugin\PluginBag */ public $parent_views = array(); reverted: --- b/core/modules/views_ui/admin.inc +++ a/core/modules/views_ui/admin.inc @@ -338,6 +338,70 @@ } /** + * Add a