Commit 6e3a584a authored by Daniel Cothran's avatar Daniel Cothran Committed by Daniel Cothran
Browse files

Issue #3042469 by andileco, franksj, ranavaibhav, maxilein: Initial view...

Issue #3042469 by andileco, franksj, ranavaibhav, maxilein: Initial view should properly reflect fields that are on or off
parent ad3e4a4c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,3 +7,5 @@ views.field.views_fields_on_off_form:
        type: string
    exposed_select_type:
      type: string
    default_enabled:
      type: boolean
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
 * Provides a Views Global field that allows users to turn fields on/off.
 */

use Drupal\Core\Form\FormStateInterface;
use Drupal\views\ViewExecutable;
use Drupal\views\Views;