CE-882 - Turn off the flipping to AND for UPDATE... e2e testing showed better this way

This commit is contained in:
2024-04-30 15:31:47 -05:00
parent 42ad9aec41
commit fff1c2a131

View File

@ -403,10 +403,13 @@ public class ValidateRecordSecurityLockHelper
if(action.equals(Action.UPDATE))
{
////////////////////////////////////////////////////////
// when doing an update, convert all OR's to AND's... //
////////////////////////////////////////////////////////
updateOperators(locksOfType, MultiRecordSecurityLock.BooleanOperator.AND);
////////////////////////////////////////////////////////////////////////////
// todo at some point this seemed right, but now it doesn't - needs work. //
////////////////////////////////////////////////////////////////////////////
// ////////////////////////////////////////////////////////
// // when doing an update, convert all OR's to AND's... //
// ////////////////////////////////////////////////////////
// updateOperators(locksOfType, MultiRecordSecurityLock.BooleanOperator.AND);
}
////////////////////////////////////////