-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add evaluation_failure_message to ruletypes #4433
Add evaluation_failure_message to ruletypes #4433
Conversation
database/migrations/000105_ruletype_evaluation_failure_message.up.sql
Outdated
Show resolved
Hide resolved
Not blocking, but we had discussed renaming |
Tanks for letting me know, I've renamed the components. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I tried this out locally and set short_failure_message: This is a failure message
in one of my rules, I still saw the default short message in the DB.
It's possible I'm doing something wrong, I'm going to test it again to verify.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I'm not sure what I was doing wrong, but it was definitely me doing something wrong because it works now.
Summary
Provide a brief overview of the changes and the issue being addressed.
Explain the rationale and any background necessary for understanding the changes.
List dependencies required by this change, if any.
This PR adds a new evaluation_failure_message field to our ruletypes.
Fixes #4348
Change Type
Mark the type of change your PR introduces:
Testing
Outline how the changes were tested, including steps to reproduce and any relevant configurations.
Attach screenshots if helpful.
Review Checklist: