-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugBreaks something but is not blockingBreaks something but is not blocking
Description
Bug description:
All date_range filters seem to have a problem (e.g. .Transaction_date in the fees view). It is offset by one day. This might be linked to a timezone problem between the prime NG date picker and the ES index.
For example, when selecting a date here (https://ilsdev.test.rero.ch/professional/records/patron_transaction_events?q=&page=1&size=10&owning_library=1&transaction_date=1758751200000--1758751200000&simple=1), the resource from the previous day are selected.
Expected behavior:
This filter is not offset by one day.
Steps to Reproduce:
- Make a request and validate it so that the item is "at_desk"
- Go to the "current loans" view and filter by status "at_desk"
- See the expire date of the request and filter by this date: the list is empty.
- Filter by the next day: the request is in the list
Context
- Versions: v1.25.2
Metadata
Metadata
Assignees
Labels
bugBreaks something but is not blockingBreaks something but is not blocking
Type
Projects
Status
Done