Move the equipment into the Jump.
This commit is contained in:
@@ -52,7 +52,6 @@ namespace skydiveLogs_api.DomainBusiness
|
||||
MaxSize = 280,
|
||||
MinSize = 190,
|
||||
ReserveCanopy = "?",
|
||||
Equipment = "RAS",
|
||||
User = newUser
|
||||
};
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user