store in CLS only entity change IDs instead of whole records

This commit is contained in:
zadam
2021-09-16 15:02:20 +02:00
parent 0448883782
commit 2b017a956e
5 changed files with 29 additions and 22 deletions

View File

@@ -43,7 +43,7 @@ async function importToBranch(req) {
cls.disableEntityEvents();
// eliminate flickering during import
cls.ignoreEntityChanges();
cls.ignoreEntityChangeIds();
let note; // typically root of the import - client can show it after finishing the import