Mok Diverse Bugfixes, SaveCollapsibleStatus + Passwort ändern + Sortierung Abwesenheiten
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user