summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ee3cbe6)
raw | patch | inline | side by side (parent: ee3cbe6)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Mar 2009 14:52:22 +0000 (14:52 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Mar 2009 14:52:22 +0000 (14:52 +0000) |
- Properly call the tabs::tabs function to make sure ACLs are
properly inherited on a re_init etc.
(Fixes problem with the Apply button in several objects, e.g
when editting printer objects; Trac: #1205)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13506 594d385d-05f5-0310-b6e9-bd551577e9d8
properly inherited on a re_init etc.
(Fixes problem with the Apply button in several objects, e.g
when editting printer objects; Trac: #1205)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13506 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/tabs_printers.inc b/trunk/gosa-plugins/goto/admin/systems/goto/tabs_printers.inc
index 5b8eb259d729743fa5a97b67eae94d54302f2ba5..eab3b256ca3d9a9c02b37d2b6fc28ece9d37c70c 100644 (file)
function printtabs($config, $data, $dn,$category)
{
+ tabs::tabs($config, $data, $dn,$category);
/* Save dn */
$this->dn= $dn;
diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/tabs_terminal.inc b/trunk/gosa-plugins/goto/admin/systems/goto/tabs_terminal.inc
index 266566c2c288db64be8a34baf665080e1b7414bb..b63ca6dc3824dec29a5e3911eb66bf77cf887fcf 100644 (file)
function termtabs($config, $data, $dn, $category)
{
+ tabs::tabs($config, $data, $dn,$category);
+
/* Save dn */
$this->dn= $dn;
$this->config= $config;
diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc b/trunk/gosa-plugins/goto/admin/systems/goto/tabs_workstation.inc
index a84b5fcb9dc38f75bb01e1f1ad1fdb2d565ec24b..767da35eb907c55c116df6a8aea17a9653d13680 100644 (file)
function worktabs($config, $data, $dn,$category)
{
-
+ tabs::tabs($config, $data, $dn,$category);
+
/* Save dn */
$this->dn= $dn;
$this->config= $config;
diff --git a/trunk/gosa-plugins/systems/admin/systems/tabs_server.inc b/trunk/gosa-plugins/systems/admin/systems/tabs_server.inc
index 39c030953e4a79ce799e8324b8c5019c19a2298d..526eeaa7b8cb51926a78e5785eebfe395ff9cc12 100644 (file)
function servtabs($config, $data, $dn,$category)
{
+ tabs::tabs($config, $data, $dn,$category);
+
/* Save dn */
$this->dn= $dn;
$this->config= $config;