You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: Likely to be caused by a Platform issue as Generic UI demonstrates same behavior: cuba-platform/cuba#2705
Create an instance of an entity having a time attribute (here and below "time" refers to Time, LocalTime or OffsetTime). Populate the time attribute with some value, e.g. "11:57".
Send GET rest/v2/entities/{entity name}/search?{params} where params contains a filter with value
Environment
Description of the bug or enhancement
Create an instance of an entity having a time attribute (here and below "time" refers to
Time
,LocalTime
orOffsetTime
). Populate the time attribute with some value, e.g. "11:57".Send GET
rest/v2/entities/{entity name}/search?{params}
whereparams
contains afilter
with valueExpected result:
Result contains the record.
Actual result:
Result doesn't contain the record.
Changing operator to ">" results in the record being returned.
The text was updated successfully, but these errors were encountered: