No eror shown in rule ediior, if wrong timezone passed to parse_date() #84
Comments
Yes, there's a missing parse error handler for constant arguments at |
I've added a proper error message for this class of errors and improved the timezone handling a bit (by allowing arbitrary casing for the timezone name, had to be uppercase before). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
I've created rule:

No errors displayed, but on pressing save error shown at the bottom of page:

And REST response contains correct error:
{"type":"ApiError","message":"The datetime zone id '123' is not recognised"}
Environment
The text was updated successfully, but these errors were encountered: