Merge branch 'dev' into integration/sprint-28

This commit is contained in:
2023-07-05 08:54:32 -05:00
2 changed files with 45 additions and 0 deletions

View File

@ -396,6 +396,11 @@ public class UpdateAction
//////////////////////////////////////////////////////
for(QRecord record : page)
{
if(CollectionUtils.nullSafeHasContents(record.getErrors()))
{
continue;
}
if(record.getAssociatedRecords() != null && record.getAssociatedRecords().containsKey(association.getName()))
{
///////////////////////////////////////////////////////////////////////////////////////////////////////////////