Fix ORM event mixing records in batch updates (#15985)
While investigating the issue a customer was facing, I discovered that before records and after records could be in different order, making the orm event and timeline activity engine mix records
This commit is contained in:
@@ -19,5 +19,7 @@ export enum TwentyORMExceptionCode {
|
||||
ENUM_TYPE_NAME_NOT_FOUND = 'ENUM_TYPE_NAME_NOT_FOUND',
|
||||
QUERY_READ_TIMEOUT = 'QUERY_READ_TIMEOUT',
|
||||
DUPLICATE_ENTRY_DETECTED = 'DUPLICATE_ENTRY_DETECTED',
|
||||
TOO_MANY_RECORDS_TO_UPDATE = 'TOO_MANY_RECORDS_TO_UPDATE',
|
||||
INVALID_INPUT = 'INVALID_INPUT',
|
||||
ORM_EVENT_DATA_CORRUPTED = 'ORM_EVENT_DATA_CORRUPTED',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user