Commit f424d13b by bergquist

provisioning: dont override permissions

parent 949484b9
...@@ -109,7 +109,6 @@ func GetDashboard(c *m.ReqContext) Response { ...@@ -109,7 +109,6 @@ func GetDashboard(c *m.ReqContext) Response {
} }
if isDashboardProvisioned.Result { if isDashboardProvisioned.Result {
meta.CanEdit = true
meta.Provisioned = true meta.Provisioned = true
} }
......
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