Actions
Bug #7796
closedValidation incorrectly blocked by previous value check
Description
If the current value and the new value for a field are the same the validation skips. This is incorrect behavior since it's possible for the validation to be dynamic which may cause an existing value on next save to be invalid and should be checked against as such.
Actions