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
An easier way to relax the constraint might be to focus on the compliant boolean variable. We can reject an update if and only if it makes a compliant object non-compliant.
Environment
Proposed Functionality
Allow to update an object if it does not break more validation rules.
More formally:
A
: set of rule-breaking attributes before the updateB
: set of rule-breaking attributes after the updateWith this feature, we can continue updating problematic objects without having to disable validation rules.
Use Case
Problem: I must fix all the issues caused by Foo. I also have to rename it, right now.
The text was updated successfully, but these errors were encountered: