Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TravisCarden’s picture

Status: Active » Needs review
FileSize
2.45 KB
dawehner’s picture

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.phpundefined
@@ -365,7 +365,7 @@ function wizard_form(&$form, &$form_state, $type) {
+  function wizardSubmit(&$form, &$form_state, WizardInterface $wizard, &$display_options, $display_type) {

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.phpundefined
@@ -391,7 +391,7 @@ function even_empty() {
+  function wizardSubmit(&$form, &$form_state, WizardInterface $wizard, &$display_options, $display_type) {

Let's make it a public method.

TravisCarden’s picture

Sure!

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Thank you very much!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed e4c5f10 and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.