mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-20 14:10:44 +00:00
Fixed pre-delete warning check
This commit is contained in:
@ -151,7 +151,7 @@ public class DeleteAction
|
||||
recordsWithValidationErrors.add(record);
|
||||
primaryKeysToRemoveFromInput.add(record.getValue(primaryKeyField));
|
||||
}
|
||||
else
|
||||
else if(CollectionUtils.nullSafeHasContents(record.getWarnings()))
|
||||
{
|
||||
recordsWithValidationWarnings.add(record);
|
||||
}
|
||||
|
Reference in New Issue
Block a user