MemberAdminWindow: Revert caching of MembersDeliveries
All checks were successful
Test / Run tests (push) Successful in 1m46s

This commit is contained in:
2024-09-22 21:01:48 +02:00
parent accbb9df08
commit 1d187c25f3
3 changed files with 7 additions and 6 deletions

View File

@ -40,7 +40,6 @@ namespace Elwig.ViewModels {
private bool _enableSearchInputs = true;
[ObservableProperty]
private IEnumerable<bool> _memberHasDeliveries = [ .. Enumerable.Range(0, 9999).Select(i => false) ];
public Dictionary<(int, int), bool> MembersDeliveries = [];
[ObservableProperty]
private bool _memberListOrderByMgNr;