mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-15 09:44:31 +02:00
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();
|
||||
|
||||
result1->Set("package", packageName);
|
||||
result1->Set("stage", stageName);
|
||||
result1->Set("code", 200);
|
||||
result1->Set("status", "Created stage.");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user