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

@@ -154,6 +154,16 @@ namespace BeWoPlanerMobil.Controllers
public abstract string SaveCollapsibleStatus(bool isOpen, string identifier);
public string SaveCollapsibleStatusToModel(AbstractModel model, bool isOpen, string identifier)
{
if (model?.Collapsibles2IsShown != null)
{
model.Collapsibles2IsShown[identifier] = isOpen;
}
return LeerzeichenFuerGetMethoden;
}
public ActionResult Error()
{
#if DEBUG