Context:
When we revised the date filter with OPT-3136, we encountered a bug that long numbers aren't interpreted by the back-end
Problem description:
- given:
- I create a line chart report, grouped by start-date
- I add a rolling start-date filter with a value of 99999999 days
- when:
- I evaluate the report
- then:
- The report evaluation response returns data with each entry having a value of 0 and a total instance count of 0 as well
- expected:
- the report result returns the correct data and process instance count even for very large numbers in the rolling date filter
This is the controller panel for Smart Panels app
- is related to
-
OPT-3136 Implement the new redesigned date filter
- Done