[WIP] Entities: Add AreaComContract to group area commitments together
Some checks failed
Test / Run tests (push) Failing after 2m18s

This commit is contained in:
2026-03-30 19:35:53 +02:00
parent 1f4fe2129d
commit 0a2b966be8
24 changed files with 878 additions and 328 deletions

View File

@@ -796,7 +796,6 @@ namespace Elwig.Windows {
if (d.ShowDialog() != true)
return;
ViewModel.TransferPredecessorAreaComs = d.SuccessorSeason;
ViewModel.MaintainAreaComYearFrom = d.MaintainYearFrom;
if (IsEditing)
SetOriginalValue(PredecessorMgNrInput, -1); // hack to allow user to save
UpdateButtons();