Commit 52f2220f authored by Daniel Cothran's avatar Daniel Cothran Committed by Daniel Cothran
Browse files

Issue #3302586 by antonio.bertolini, andileco: Disable aggregation options for this field

parent 212ea637
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -54,6 +54,14 @@ class SimpleMathField extends NumericField implements ContainerFactoryPluginInte
    $this->entityTypeManager = $entityTypeManager;
  }

  /**
   * {@inheritdoc}
   */
  public function usesGroupBy() {

    return FALSE;
  }

  /**
   * Sets the initial field data at zero.
   */