fix(UI): Date parsing should not apply when rendering vars as it coul…
Last active 7 days ago
6 replies
1 views
- BR
…d lead to confusion
Was wondering about trying to find out a rule to parse it in certain case but it feels too tricky and I think that in any case you would prefer to see raw inputs and outputs to prevent confusion
close #1070
- TC
I really want to keep the auto date parsing, since this component is used everywhere.
Maybe a simple regexp like^(?:\d{4})-(?:\d{2})-(?:\d{2})
will do the trick to be sure it's a date or a datetime? - BR
That's what I thought at first but navigating in the app and regarding where the code is used, I didn't find any inconvenience removing it ?
- TC
For every trigger (schedule), we will lose the major improvement on date display
- BR
I didn't use triggers yet but I see the point now, sorry, I will add the regex
- BR
I've added the regex filter :)
Last active 7 days ago
6 replies
1 views