What is going wrong?
When saving the party, the PartyModel has “null” for start and end date, even though it was previously loaded with the correct values from the party.
Here:
|
public ActionResult Edit(PartyModel partyModel, Dictionary<string, string> partyCustomAttributeValues) |