Closed portoren closed 1 year ago
Thanks for the submission @portoren .
I can see this is somewhat related to #51 but different enough to keep it separate.
My suggsetions
measure_time
to be case insensitiveuntil
clause in the measure_time
name. We don't want users setting an absolute end time for a time window.measure_time
when a JSON is savedmeasure_time
AGO
statement@portoren Any more estimate on how long it may take to work on this?
:tada: This issue has been resolved in version 1.7.4 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description
If in the JSON config file the measure_time is defined as "5 minutes ago", using lower case, this is interpreted as custom. The measure_time is only considered by default when it is set to uppercase with the value of “5 MINUTES AGO”. This causes the Time-Picker to have no effect on those touchpoints and can be confusing for the user.
Steps to Reproduce
Expected Behaviour
The interpreter of the measure_time attribute must recognize the default value of "5 Minutes Ago" with a case-insensitive filter.
Relevant Logs / Console output
Your Environment
Additional context