Skip to content

Commit

Permalink
Add missing operator_type (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jul 21, 2022
1 parent 92a0868 commit a3657b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filter/AbstractDateFilter.php
Expand Up @@ -50,6 +50,7 @@ final public function getFormOptions(): array
'field_type' => $this->getFieldType(),
'field_options' => $this->getFieldOptions(),
'label' => $this->getLabel(),
'operator_type' => $this->range ? DateRangeOperatorType::class : DateOperatorType::class,
];
}

Expand Down

0 comments on commit a3657b4

Please sign in to comment.