summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 51d0b2e)
raw | patch | inline | side by side (parent: 51d0b2e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Mar 2010 12:47:39 +0000 (12:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Mar 2010 12:47:39 +0000 (12:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16909 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/opsi/admin/opsiLicenses/class_licensePoolGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/class_licensePoolGeneric.inc b/gosa-plugins/opsi/admin/opsiLicenses/class_licensePoolGeneric.inc
index 5c24ddc65a077752f909ad8db9b702f762b2818a..173e554592a38a4f2ab4e5eb39ed1af5d8fa0305 100644 (file)
$id = trim($_GET['id']);
if(isset($this->licenses[$id])){
$this->dialog = new licenseGeneric($this->config,$this->dn,$this->licenses[$id], $this->opsiHosts);
+ $this->dialog->set_acl_category('opsi');
$this->dialog->set_acl_base($this->config->current['BASE']);
}
}
if(preg_match("/w/",$this->getacl("licenses"))){
if(isset($_POST['addLicense'])){
$this->dialog = new licenseGeneric($this->config,$this->dn,array(), $this->opsiHosts);
+ $this->dialog->set_acl_category('opsi');
$this->dialog->set_acl_base($this->config->current['BASE']);
}
}
$id = preg_replace("/^editLicense_(.*)$/","\\1",$name);
if(isset($this->licenses[$id])){
$this->dialog = new licenseGeneric($this->config,$this->dn,$this->licenses[$id], $this->opsiHosts);
+ $this->dialog->set_acl_category('opsi');
$this->dialog->set_acl_base($this->config->current['BASE']);
}
break;