fixed handling of alert urls with true flags, fixes #15454

This commit is contained in:
Torkel Ödegaard
2019-02-15 11:23:31 +01:00
parent 0256a4dd47
commit 7699706e65
5 changed files with 40 additions and 8 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ func (c *EvalContext) GetDashboardUID() (*m.DashboardRef, error) {
return c.dashboardRef, nil
}
const urlFormat = "%s?fullscreen=true&edit=true&tab=alert&panelId=%d&orgId=%d"
const urlFormat = "%s?fullscreen&edit&tab=alert&panelId=%d&orgId=%d"
func (c *EvalContext) GetRuleUrl() (string, error) {
if c.IsTestRun {