Skip to content
Snippets Groups Projects
Commit 8822ebec authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-3074 : Register data sets in batches - wrong number of perm ids was...

SSDM-3074 : Register data sets in batches - wrong number of perm ids was returned when more than one batch was registered

SVN: 35600
parent 7eec4f0e
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ public abstract class AbstractCreateEntityExecutor<CREATION, PE, PERM_ID> implem
save(context, new ArrayList<PE>(batchMap.values()), false);
for (PE entity : entitiesAll.values())
for (PE entity : batchMap.values())
{
PERM_ID permId = createPermId(context, entity);
permIdsAll.add(permId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment