Mok Diverse Bugfixes, SaveCollapsibleStatus + Passwort ändern + Sortierung Abwesenheiten

This commit is contained in:
2025-10-24 01:53:29 +02:00
parent cec4eea417
commit fb83a3d610
11 changed files with 33 additions and 33 deletions

View File

@@ -805,9 +805,7 @@ namespace BeWoPlanerMobil.Controllers
[Authorize]
public override string SaveCollapsibleStatus(bool isOpen, string identifier)
{
Model.Collapsibles2IsShown[identifier] = isOpen;
return LeerzeichenFuerGetMethoden;
return SaveCollapsibleStatusToModel(Model, isOpen, identifier);
}
}
}