mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user