icingadb-web/application/forms
jrauh01 3c7228686c
Print redis config file if saving failed (#1272)
If saving the Redis settings fails due to a write error, the desired
configuration file content is now displayed so that the user can deploy
it manually (Same behavior as with database configuration).

For that a catch block is introduced on the `NotWritableError` that is
added to `IniWriter::write()` in
https://github.com/Icinga/icingaweb2/pull/5404.

Refs https://github.com/Icinga/icingaweb2/pull/5404
Resolves #1269
2025-11-17 13:19:13 +01:00
..
Command CommandTransport: Implement chunked transmission handling 2025-11-12 15:15:10 +01:00
Navigation Add PHP 7 argument & return type declarations to all member methods 2021-11-03 16:06:59 +01:00
ApiTransportForm.php ApiTransportForm: Don't use text to create password elements 2021-12-09 08:44:27 +01:00
DatabaseConfigForm.php Use t() instead of translate() in controllers and forms 2020-04-24 15:01:29 +02:00
RedisConfigForm.php Print redis config file if saving failed (#1272) 2025-11-17 13:19:13 +01:00