Commit f7bbfeba by Daniel Lee

dashfolders: must have admin permission to save/see dash acl

parent 5b6ee6f3
......@@ -68,11 +68,11 @@ export class SettingsCtrl {
});
}
if (this.dashboard.id && this.dashboard.meta.canSave) {
if (this.dashboard.id && this.dashboard.meta.canAdmin) {
this.sections.push({
title: "Permissions",
id: "permissions",
icon: "fa fa-fw fa-lock"
title: 'Permissions',
id: 'permissions',
icon: 'fa fa-fw fa-lock',
});
}
......
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