Fixed a couple minor bugs discovered during a migration.
What does the change add or fix?
Added null check logic to fix null ref exception during certain scenarios of person importing.
Fixed bug causing Bulldozer to throw duplicate key exception in some cases during GroupMember import.
Update logic to record exception and continue rather than throw exception when trying to import a ScheduledTransaction with a ScheduledTransactionPersonId that does not exist.
Fixed a bug with Category creation logic for Ministry Documents introduced in last update.
Release Notes
What does the change add or fix in a succinct statement that will be read by clients?
Added null check logic to fix null ref exception during certain scenarios of person importing.
Fixed bug causing Bulldozer to throw duplicate key exception in some cases during GroupMember import.
Update logic to record exception and continue rather than throw exception when trying to import a ScheduledTransaction with a ScheduledTransactionPersonId that does not exist.
Fixed a bug with Category creation logic for Ministry Documents introduced in last update.
Requested By
Who reported, requested, or paid for the change?
Warranty
Screenshots
Does this update or add options to the block UI?
none
Change Log
What files does it affect?
Bulldozer.BinaryFile/Maps/MinistryDocument.cs
Bulldozer.CSV/Maps/Financial.cs
Bulldozer.CSV/Maps/GroupMember.cs
Bulldozer.CSV/Maps/Individual.cs
Migrations/External Impacts
Is it a breaking change for other versions/clients?
Description
Fixed a couple minor bugs discovered during a migration.
What does the change add or fix?
Release Notes
What does the change add or fix in a succinct statement that will be read by clients?
Requested By
Who reported, requested, or paid for the change?
Warranty
Screenshots
Does this update or add options to the block UI?
none
Change Log
What files does it affect?
Migrations/External Impacts
Is it a breaking change for other versions/clients?
none