summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d33c391)
raw | patch | inline | side by side (parent: d33c391)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 May 2006 12:11:43 +0000 (12:11 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 May 2006 12:11:43 +0000 (12:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3234 594d385d-05f5-0310-b6e9-bd551577e9d8
TODO | patch | blob | history | |
plugins/admin/systems/class_componentGeneric.inc | patch | blob | history | |
plugins/admin/systems/class_phoneGeneric.inc | patch | blob | history |
index c22c3c563a44ca3ebfa4dae5c2e793e202fdbec6..8e1b3eccc72f2b47cfb45af83a24de966edf8bba 100644 (file)
--- a/TODO
+++ b/TODO
* Auto-Resize for subdialogs
-* Fix fai objects to generate tags if needed (sub objects, phone me...)
+* Fix fai objects to generate tags if needed (sub objects)
* Add macAddress replacement for tc's and servers, too
diff --git a/plugins/admin/systems/class_componentGeneric.inc b/plugins/admin/systems/class_componentGeneric.inc
index 7ac18845e37b94726cc0d6e2d6b3a4cf4f97b4fe..fbd5412c3d0762e4bb1209072f40e00312ac2438 100644 (file)
} else {
$this->base= preg_replace ("/^[^,]+,[^,]+,[^,]+,/", "", $this->dn);
}
- $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses);
+ $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses, true);
/* Save dn for later references */
$this->orig_dn= $this->dn;
}
diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc
index 0009690000dfa71b27037a04e1a6855778428a97..6186d366bc9a23b348351d62d7280a643efb3351 100644 (file)
function phonegeneric ($config, $dn= NULL)
{
plugin::plugin ($config, $dn);
- $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses);
+ $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses, true);
/* Set base */
if ($this->dn == "new"){