]> granicus.if.org Git - icinga2/commitdiff
Re-add missing package and stage name in configstageshandler
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 29 Sep 2015 16:25:48 +0000 (18:25 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 29 Sep 2015 16:25:48 +0000 (18:25 +0200)
refs #10194

lib/remote/configstageshandler.cpp

index 93f58fff0a0ed5edae98e6f1415beef79280318c..5c241aedce337542a5537800e7b6e1283617b233 100644 (file)
@@ -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.");