Is your feature request related to a problem? Please describe.
It seems that sometimes when $state attribute is being used to force inserting an object, DataStateValidatorListener reverts the state to update after performing a validation check upon data. DataStateValidatorListener validates unique constraint values by completing a full-object search.
Describe the solution you'd like
This validation which is one of the most important features of DataStateValidatorListener should respect the "magic" $state.
Is your feature request related to a problem? Please describe.
It seems that sometimes when
$stateattribute is being used to force inserting an object,DataStateValidatorListenerreverts the state to update after performing a validation check upon data.DataStateValidatorListenervalidates unique constraint values by completing a full-object search.Describe the solution you'd like
This validation which is one of the most important features of
DataStateValidatorListenershould respect the "magic"$state.