Fixed initial state of user permission checkbox tree (fixes #1099)

This commit is contained in:
Bernd Bestel
2020-10-29 17:19:48 +01:00
parent 286c326768
commit 351e236353

View File

@@ -51,3 +51,5 @@ if (Grocy.EditObjectId == Grocy.UserId)
}
})
}
check_hierachy($("input.permission-cb[name=ADMIN]").is(":checked"), "ADMIN");