Move the equipment into the Jump.

This commit is contained in:
2026-05-06 21:36:15 +02:00
parent b5a8aa1b4f
commit dcc4ee20a2
8 changed files with 38 additions and 12 deletions
@@ -115,6 +115,7 @@ namespace skydiveLogs_api.DomainBusiness
myJump.IsSpecial = updatedJump.IsSpecial;
myJump.WithCutaway = updatedJump.WithCutaway;
myJump.Notes = updatedJump.Notes;
myJump.Equipment = updatedJump.Equipment;
_jumpRepository.Update(myJump);
}