Re-add missing package and stage name in configstageshandler

refs #10194
This commit is contained in:
Michael Friedrich 2015-09-29 18:25:48 +02:00
parent 905de04293
commit dfa2ac450c
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ void ConfigStagesHandler::HandlePost(const ApiUser::Ptr& user, HttpRequest& requ
Dictionary::Ptr result1 = new Dictionary(); Dictionary::Ptr result1 = new Dictionary();
result1->Set("package", packageName);
result1->Set("stage", stageName);
result1->Set("code", 200); result1->Set("code", 200);
result1->Set("status", "Created stage."); result1->Set("status", "Created stage.");