Private GIT

Skip to content
Snippets Groups Projects
Commit 9b05da7c authored by Lionel Assepo's avatar Lionel Assepo
Browse files

* Fix issue wit Options Form

parent 31ee4174
Branches
Tags
No related merge requests found
......@@ -59,7 +59,8 @@ class OptionsController extends Controller
//
$objectFormUpdateUrl = '/centreon-administration/options/centreon/update';
$myForm = new Generator($objectFormUpdateUrl);
$myForm = new Full($objectFormUpdateUrl);
$myForm->getFormFromDatabase();
// get object Current Values
$myForm->setDefaultValues(Options::getList());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment