mention 10.11.0 compatibility

seems to work, someone opened an issue but closed it right after also.
Release notes don't say anything alarming either.
This commit is contained in:
Harvey Tindall
2025-10-21 17:15:00 +01:00
parent d88194b9bd
commit 6a8b21c5f2
2 changed files with 2 additions and 1 deletions

View File

@@ -1304,5 +1304,6 @@ func (app *appContext) ApplySettings(gc *gin.Context) {
if len(errors["policy"]) == len(req.ApplyTo) || len(errors["homescreen"]) == len(req.ApplyTo) {
code = 500
}
app.InvalidateUserCaches()
gc.JSON(code, errors)
}