mirror of https://github.com/Icinga/icinga2.git
Re-add missing package and stage name in configstageshandler
refs #10194
This commit is contained in:
parent
905de04293
commit
dfa2ac450c
|
@ -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.");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue