Commit 9c9c4674 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(dns) Fix ACL base when editing records on new system

issue #5769
Showing with 1 addition and 0 deletions
+1 -0
...@@ -66,6 +66,7 @@ class DnsRecordPlugin extends simplePlugin ...@@ -66,6 +66,7 @@ class DnsRecordPlugin extends simplePlugin
function __construct ($parent, $attribute, $value = NULL) function __construct ($parent, $attribute, $value = NULL)
{ {
parent::__construct($parent->dn, $parent); parent::__construct($parent->dn, $parent);
$this->set_acl_base($parent->acl_base);
$this->attributesAccess['relativeSubdomainName']->setInLdap(FALSE); $this->attributesAccess['relativeSubdomainName']->setInLdap(FALSE);
$this->attributesAccess['dnsRecord']->setInLdap(FALSE); $this->attributesAccess['dnsRecord']->setInLdap(FALSE);
......
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