Skip to content

Commit a3657b4

Browse files
Add missing operator_type (#764)
1 parent 92a0868 commit a3657b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Filter/AbstractDateFilter.php

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ final public function getFormOptions(): array
5050
'field_type' => $this->getFieldType(),
5151
'field_options' => $this->getFieldOptions(),
5252
'label' => $this->getLabel(),
53+
'operator_type' => $this->range ? DateRangeOperatorType::class : DateOperatorType::class,
5354
];
5455
}
5556

0 commit comments

Comments
 (0)