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
throws an exception because the condition is evaluated rather than looked up from the interpolated. This is counter intuitive as most other task attributes are interpolated.
Howabout...
when condition is a function, execute it, passing the context as the first argument. Only support synchronous functions
when the condition is a string starting with @ interpolate it
when the condition is an object support an eval option, e.g.
throws an exception because the condition is evaluated rather than looked up from the interpolated. This is counter intuitive as most other task attributes are interpolated.
Howabout...
The text was updated successfully, but these errors were encountered: