mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
3ea71e82c5
commit
b6eb621d30
@ -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…
x
Reference in New Issue
Block a user