build: split circle test shell scripts
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@ func ValidateOrgAlert(c *middleware.Context) {
|
||||
if c.OrgId != query.Result.OrgId {
|
||||
c.JsonApiErr(403, "You are not allowed to edit/view alert", nil)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func GetAlertStatesForDashboard(c *middleware.Context) Response {
|
||||
|
||||
Reference in New Issue
Block a user