diff --git a/public/app/core/services/backend_srv.ts b/public/app/core/services/backend_srv.ts index cc1a8644a51..54d7c96dac8 100644 --- a/public/app/core/services/backend_srv.ts +++ b/public/app/core/services/backend_srv.ts @@ -205,6 +205,7 @@ export class BackendSrv { return this.post('/api/dashboards/db/', { dashboard: dash, + parentId: dash.parentId, overwrite: options.overwrite === true, message: options.message || '', }); diff --git a/public/app/features/dashboard/acl/acl.html b/public/app/features/dashboard/acl/acl.html index bdd908a66ba..024c4322ab5 100644 --- a/public/app/features/dashboard/acl/acl.html +++ b/public/app/features/dashboard/acl/acl.html @@ -1,55 +1,42 @@ -