Skip to content

Make max failure count per field configurable #20

@cduplichien

Description

@cduplichien

The max failure count per field should be configurable, defaulting to unlimited.
E.g. if I have 4 validation rules targetting one field, I should be able to configure a threshhold at which additional validation rules do not execute. This can also be useful in terms of prerequisites. For instance if I have a validation rule that a field must be numeric, followed by a validation rule comparing it to another number, I would not wish for the comparison rule to execute if the numeric rule had failed.
This behavior should also be overridable at the rule level, giving users the option to indicate that the rule should always run regardless of current error count for the field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions