We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should not allow the creation of a rule type that doesn't have the in_entity setting enabled. Today we do.
in_entity
Create a rule type without the in_entity setting.
main
The text was updated successfully, but these errors were encountered:
Re-introduce entity validation for rule types
92c7249
I don't know why I commented that out, but this re-introduces that check. Closes: #1659
Re-introduce entity validation for rule types (#1662)
f8d1322
Successfully merging a pull request may close this issue.
Describe the issue
We should not allow the creation of a rule type that doesn't have the
in_entity
setting enabled. Today we do.To Reproduce
Create a rule type without the
in_entity
setting.What version are you using?
main
The text was updated successfully, but these errors were encountered: