From b9ab01f6d2e961f9c362f3ebb2ace6913f0a54ca Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 2 Jun 2020 17:09:13 +0200 Subject: [PATCH] Introduce Checkable#executions refs #8034 --- lib/icinga/checkable.ti | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/icinga/checkable.ti b/lib/icinga/checkable.ti index f98c57274..c9dec6edb 100644 --- a/lib/icinga/checkable.ti +++ b/lib/icinga/checkable.ti @@ -164,6 +164,7 @@ abstract class Checkable : CustomVarObject }}} }; + [state, no_user_modify] Dictionary::Ptr executions; [state, no_user_view, no_user_modify] Dictionary::Ptr pending_executions; };