Unverified Commit 5cd5d8d7 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(management) Fix Management Configuration Dialog ACLs

issue #6151
Showing with 5 additions and 0 deletions
+5 -0
......@@ -153,6 +153,11 @@ class ManagementConfigurationDialog extends ManagementDialog
$this->attributesAccess['managementColumns']->setValue($value);
}
function attrIsReadable ($attr): bool
{
return $this->attrIsWriteable($attr);
}
function attrIsWriteable ($attr): bool
{
global $config, $ui;
......
Supports Markdown
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