mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 14:44:26 +08:00
Fix DateTime range filtering [SCI-6528] (#3851)
This commit is contained in:
parent
a2715dae03
commit
40b2062775
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class RepositoryDateTimeRangeValue < RepositoryDateTimeRangeValueBase
|
|||
super(:full_with_comma)
|
||||
end
|
||||
|
||||
def self.add_filter_condition(repository_rows, filter_element)
|
||||
def self.add_filter_condition(repository_rows, join_alias, filter_element)
|
||||
parameters = filter_element.parameters
|
||||
case filter_element.operator
|
||||
when 'equal_to'
|
||||
|
|
Loading…
Reference in a new issue