-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fixes #14829 Simple condition (without and/or) does not work in event rule #14870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #14829 Simple condition (without and/or) does not work in event rule #14870
Conversation
…ical operator. Added some tests.
This PR has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further action is taken. |
@Julio-Oliveira-Encora would you mind tackling the merge conflicts here? It should just be changes from enabling translation of the error messages. |
Done! |
@arthanson you're free to review this & merge as you see fit. |
…s_not_work_in_event_rule
…s_not_work_in_event_rule
Fixes: #14829
This change allows the addition of simple conditions in the Event Rule. Currently, it only allows to add conditions with logical operators.