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
Problem:
When you create a new record of an object, but the old record's end_at is on the same day as the new record's start_at and the date is today, old records are NOT ignored when filtering/searching.
Recreate:
See regression in linked pull request.
Fix:
Allow for a separate filter that specifies whether you want to look for the record where corrected is not linked to a new record.
The text was updated successfully, but these errors were encountered:
damm89
changed the title
🐛 Object filtering on object records where startDate == previous endDate
🐛 Object filtering on object records where start_at == previous end_ate == today
Feb 25, 2024
Version: latest
Problem:
When you create a new record of an object, but the old record's
end_at
is on the same day as the new record'sstart_at
and the date is today, old records are NOT ignored when filtering/searching.Recreate:
See regression in linked pull request.
Fix:
Allow for a separate filter that specifies whether you want to look for the record where
corrected
is not linked to a new record.The text was updated successfully, but these errors were encountered: