From dfa2ac450ce8ed0ed74584beeecfa0c571be7492 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 29 Sep 2015 18:25:48 +0200 Subject: [PATCH] Re-add missing package and stage name in configstageshandler refs #10194 --- lib/remote/configstageshandler.cpp | 2 ++ 1 file changed, 2 insertions(+) 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.");