summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3005879)
raw | patch | inline | side by side (parent: 3005879)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 17:22:53 +0000 (17:22 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 17:22:53 +0000 (17:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8972 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/tabs_component.inc | patch | blob | history | |
gosa-plugins/systems/admin/systems/tabs_server.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/tabs_component.inc b/gosa-plugins/systems/admin/systems/tabs_component.inc
index ff0c69d9a9543ad536203e9170a34c9397248aa6..25f34f2615246e6c60f9a475f52e048867c60e5c 100644 (file)
function save_object($save_current= FALSE)
{
tabs::save_object($save_current);
+
+ $base_obj = $this->by_object['componentGeneric'];
+ $baseobject->netConfigDNS->cn= $baseobject->cn;
}
diff --git a/gosa-plugins/systems/admin/systems/tabs_server.inc b/gosa-plugins/systems/admin/systems/tabs_server.inc
index 322851b61638a8a2167d70cb6fd27175cc197391..d19ab53d71c3c36cf5fa285a457c123290c7ae4b 100644 (file)
function save_object($save_current= FALSE)
{
tabs::save_object($save_current);
+
+ $base_obj = $this->by_object['servgeneric'];
+ $baseobject->netConfigDNS->cn= $baseobject->cn;
}