mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
parent
3ea71e82c5
commit
b6eb621d30
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ bool TypeQueryHandler::HandleRequest(const ApiUser::Ptr& user, HttpRequest& requ
|
|||
|
||||
attributeInfo->Set("config", static_cast<bool>(field.Attributes & FAConfig));
|
||||
attributeInfo->Set("state", static_cast<bool>(field.Attributes & FAState));
|
||||
attributeInfo->Set("internal", static_cast<bool>(field.Attributes & FAInternal));
|
||||
attributeInfo->Set("required", static_cast<bool>(field.Attributes & FARequired));
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue