From: Michael Friedrich Date: Tue, 29 Sep 2015 16:25:48 +0000 (+0200) Subject: Re-add missing package and stage name in configstageshandler X-Git-Tag: v2.4.0~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfa2ac450ce8ed0ed74584beeecfa0c571be7492;p=icinga2 Re-add missing package and stage name in configstageshandler refs #10194 --- diff --git a/lib/remote/configstageshandler.cpp b/lib/remote/configstageshandler.cpp index 93f58fff0..5c241aedc 100644 --- a/lib/remote/configstageshandler.cpp +++ b/lib/remote/configstageshandler.cpp @@ -123,6 +123,8 @@ void ConfigStagesHandler::HandlePost(const ApiUser::Ptr& user, HttpRequest& requ Dictionary::Ptr result1 = new Dictionary(); + result1->Set("package", packageName); + result1->Set("stage", stageName); result1->Set("code", 200); result1->Set("status", "Created stage.");