icingadb-web/application/forms/Command/Object
marianrh c4a8f4748f
Support setting a default comment for acknowledgements (#1178)
I propose to add a new option for setting a default comment for
acknowledging problems (`acknowledge_comment_text`), similar to the
existing `hostdowntime_comment_text` and `servicedowntime_comment_text`
options.

This originally was a pull request for Icinga Web 2
(https://github.com/Icinga/icingaweb2/pull/5365). I was asked to
implement this in Icinga DB Web as well. *However, since I'm not using
Icinga DB Web myself, this is untested.*

Beside adding the new feature, I also fixed a copy-and-paste error for
the `servicedowntime_comment_text` option.
2025-05-08 14:24:15 +02:00
..
AcknowledgeProblemForm.php Support setting a default comment for acknowledgements (#1178) 2025-05-08 14:24:15 +02:00
AddCommentForm.php CommandForm: Don't pass generators to commands 2024-04-08 09:17:04 +02:00
CheckNowForm.php CommandForm: Don't pass generators to commands 2024-04-08 09:17:04 +02:00
DeleteCommentForm.php CommandForm: Don't pass generators to commands 2024-04-08 09:17:04 +02:00
DeleteDowntimeForm.php CommandForm: Don't pass generators to commands 2024-04-08 09:17:04 +02:00
ProcessCheckResultForm.php CommandForm: Don't pass generators to commands 2024-04-08 09:17:04 +02:00
RemoveAcknowledgementForm.php CommandForm: Don't pass generators to commands 2024-04-08 09:17:04 +02:00
ScheduleCheckForm.php CommandForm: Don't pass generators to commands 2024-04-08 09:17:04 +02:00
ScheduleHostDowntimeForm.php ScheduleHostDowntimeForm: Don't yield command duplicates 2025-03-24 14:24:23 +01:00
ScheduleServiceDowntimeForm.php Support setting a default comment for acknowledgements (#1178) 2025-05-08 14:24:15 +02:00
SendCustomNotificationForm.php CommandForm: Don't pass generators to commands 2024-04-08 09:17:04 +02:00
ToggleObjectFeaturesForm.php CommandForm: Don't pass generators to commands 2024-04-08 09:17:04 +02:00