mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Re-add missing package and stage name in configstageshandler
refs #10194
This commit is contained in:
parent
905de04293
commit
dfa2ac450c
1 changed files with 2 additions and 0 deletions
|
|
@ -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.");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue