Skip to content

Commit

Permalink
chore: Just committing so I can go home [DHIS2-11904] (dhis2#9106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee authored Oct 22, 2021
1 parent d233f6b commit 015d19b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ public <T extends IdentifiableObject> void check( ObjectBundle bundle, Class<T>
{
runValidationCheck( bundle, klass, nonPersistedObjects, ImportStrategy.CREATE, context, addReports );
}
if ( importStrategy.isDelete() )
{
runValidationCheck( bundle, klass, persistedObjects, ImportStrategy.DELETE, context, addReports );
}
}

private <T extends IdentifiableObject> void runValidationCheck( ObjectBundle bundle, Class<T> klass,
Expand Down

0 comments on commit 015d19b

Please sign in to comment.