Commit 9d2a667e by Daniel Lee

dashfolder: fix for mysql test

parent d7f6f11e
......@@ -176,6 +176,7 @@ func GetDashboardAclInfoList(query *m.GetDashboardAclInfoListQuery) error {
folder.has_acl = ` + dialect.BooleanStr(false) + `
) AND
da.dashboard_id = -1
ORDER BY id ASC
`
query.Result = make([]*m.DashboardAclInfoDTO, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment