icingaweb2/modules/monitoring/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
..
ActionsController.php Fix Web 2's remove-downtime API actions not selecting the downtime name 2016-10-07 14:44:08 +02:00
AlertsummaryController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
CommentController.php Replace icon comment w/ comment-empty 2016-11-25 15:11:49 +01:00
CommentsController.php Replace icon comment w/ comment-empty 2016-11-25 15:11:49 +01:00
ConfigController.php ConfigForm: Introduce and utilize method transformEmptyValuesToNull() 2016-12-01 10:55:24 +01:00
DowntimeController.php Select downtime name in the downtime detail view 2016-08-31 15:21:31 +02:00
DowntimesController.php Select downtime name in the multi select detail view 2016-08-31 15:21:31 +02:00
HealthController.php Use isIcinga2() in the ToggleInstanceFeaturesCommandForm 2016-02-25 17:48:32 +01:00
HostController.php Disable persistent comment checkbox if backend is Icinga 2 2016-02-25 17:51:02 +01:00
HostsController.php monitoring: Select instance_name in multi-select views 2016-04-12 13:23:13 +02:00
ListController.php Fix error in the contact detail view introduced by changes to the notification queries 2016-09-15 14:07:19 +02:00
ServiceController.php Disable persistent comment checkbox if backend is Icinga 2 2016-02-25 17:51:02 +01:00
ServicesController.php monitoring: Select instance_name in multi-select views 2016-04-12 13:23:13 +02:00
ShowController.php Fix error in the contact detail view introduced by changes to the notification queries 2016-09-15 14:07:19 +02:00
TacticalController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
TimelineController.php monitoring: Make timeline colors accessible 2016-06-01 14:40:55 +02:00