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