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
Currently the lookback period logic has a typo/logic error causing the lookback period to be incorrectly applied to certain items. See #2564 (comment).
If not enforcing the lookback, the lookback is used if the item was added prior to the lookback date (currently using lookback if the item was added more recently than the lookback date).
Describe the bug
Currently the lookback period logic has a typo/logic error causing the lookback period to be incorrectly applied to certain items. See #2564 (comment).
To reproduce
Bug can be seen in the following code:
Expected behaviour
If not enforcing the lookback, the lookback is used if the item was added prior to the lookback date (currently using lookback if the item was added more recently than the lookback date).
Proposed Solution
Small logic change:
Version and device info
v4.0.2
Additional context
N/A.
The text was updated successfully, but these errors were encountered: