Commit 32e7cf58 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '6151-management-configuration-screen-is-broken-for-non-admin-users' into '1.4-dev'

Resolve "Management configuration screen is broken for non-admin users"

See merge request fusiondirectory/fd!870
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