Code

Fixed User dialog, to detect changed attributes correctly
[gosa.git] / plugins / admin / applications / class_applicationParameters.inc
index beabfee52af0234770710ba8329a1e385ae63059..da2bc67ccda9a92b266141c5739d828f2c780ce3 100644 (file)
@@ -52,6 +52,7 @@ class applicationParameters extends plugin
                } else {
                        $display= $this->show_header(_("Create options"),
                                _("This application has options disabled. You can enable them by clicking below."));
+                       $this->parent->by_object['application']->generateTemplate();
                        return ($display);
                }
        }
@@ -104,6 +105,7 @@ class applicationParameters extends plugin
        $smarty= get_smarty();
        $smarty->assign("table", $table);
        $display.= $smarty->fetch(get_template_path('parameters.tpl', TRUE));
+       $this->parent->by_object['application']->generateTemplate();
        return ($display);
   }