Notification history: Enable by default (#49502)

* remove persistNotifications feature flag

* remove unused imports
This commit is contained in:
Ashley Harrison
2022-05-26 12:03:04 +01:00
committed by GitHub
parent 84b7efb393
commit 8b509eb6dd
6 changed files with 3 additions and 31 deletions
+3 -5
View File
@@ -40,11 +40,9 @@ func (hs *HTTPServer) getProfileNode(c *models.ReqContext) *dtos.NavLink {
},
}
if hs.Features.IsEnabled(featuremgmt.FlagPersistNotifications) {
children = append(children, &dtos.NavLink{
Text: "Notification history", Id: "notifications", Url: hs.Cfg.AppSubURL + "/notifications", Icon: "bell",
})
}
children = append(children, &dtos.NavLink{
Text: "Notification history", Id: "notifications", Url: hs.Cfg.AppSubURL + "/notifications", Icon: "bell",
})
if setting.AddChangePasswordLink() {
children = append(children, &dtos.NavLink{