Reprioritize notification services when updated.

This commit is contained in:
Magnus Åhall 2024-07-04 19:36:56 +02:00
parent 257a4968ec
commit 414ca0a95c
2 changed files with 5 additions and 0 deletions

View file

@ -1211,6 +1211,8 @@ func actionConfigurationNotificationUpdate(w http.ResponseWriter, r *http.Reques
notificationManager.AddService(*svc)
}
notificationManager.Reprioritize()
w.Header().Add("Location", "/configuration")
w.WriteHeader(302)
} // }}}