icingaweb2/application/controllers
Johannes Meyer 2fa854b0a8 ConfigForm: Introduce and utilize method transformEmptyValuesToNull()
This utility method serves as alternative for all previous custom solutions to prevent empty values from being persisted to INI files.

Since the IniWriter now handles NULL correctly, we're able to refrain from using array_filter for this purpose which was the actual cause for the referenced bug.

fixes #13357
2016-12-01 10:55:24 +01:00
..
AboutController.php
AccountController.php
AnnouncementsController.php Implement announcements 2016-11-29 15:24:34 +01:00
ApplicationStateController.php Implement announcements 2016-11-29 15:24:34 +01:00
AuthenticationController.php
ConfigController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00
DashboardController.php
ErrorController.php
GroupController.php
IframeController.php
IndexController.php
LayoutController.php Implement announcements 2016-11-29 15:24:34 +01:00
ListController.php
NavigationController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00
RoleController.php
SearchController.php
StaticController.php
UserController.php
UsergroupbackendController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00