diff --git a/core/module/user/user.php b/core/module/user/user.php index 1fd6a21a..e88f6068 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -614,6 +614,12 @@ class user extends common 'deleteAll' => $this->getInput('profilEditFormDeleteAll', helper::FILTER_BOOLEAN), 'export2csv' => $this->getInput('profilEditFormExport2csv', helper::FILTER_BOOLEAN), ], + 'search' => [ + 'config' => $this->getInput('profilEditSearchConfig', helper::FILTER_BOOLEAN), + ], + 'redirection' => [ + 'config' => $this->getInput('profilEditRedirectionConfig', helper::FILTER_BOOLEAN), + ], ] ]); @@ -722,6 +728,12 @@ class user extends common 'deleteAll' => $this->getInput('profilAddFormDeleteAll', helper::FILTER_BOOLEAN), 'export2csv' => $this->getInput('profilAddFormExport2csv', helper::FILTER_BOOLEAN), ], + 'search' => [ + 'config' => $this->getInput('profilAddSearchConfig', helper::FILTER_BOOLEAN), + ], + 'redirection' => [ + 'config' => $this->getInput('profilAddRedirectionConfig', helper::FILTER_BOOLEAN), + ], ] ]); // Valeurs en sortie diff --git a/core/module/user/view/profilAdd/profilAdd.php b/core/module/user/view/profilAdd/profilAdd.php index 3b5a1634..cfe52b20 100644 --- a/core/module/user/view/profilAdd/profilAdd.php +++ b/core/module/user/view/profilAdd/profilAdd.php @@ -183,49 +183,65 @@