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
I'd like to be able to call it without the parenthsis.
And like Twig, it'd be great to not need the is or has prefix,
guard: 'subject.valid'
The text was updated successfully, but these errors were encountered:
tacman
changed the title
Allow method calls in expressions to be called without () has is/has
allow method calls in expressions without parenthesis and is/has
May 3, 2025
Description
Like twig, I'd like to be able to call methods in expressions without the parenthesis.
Example
In the expression, e.g. for workflow
I'd like to be able to call it without the parenthsis.
And like Twig, it'd be great to not need the is or has prefix,
The text was updated successfully, but these errors were encountered: