Actions
Refactor #1092
closedhostgroup should not look for parent hostgroups if they do not exists
Description
when displaying a hostgroup name, we see requests for NULL in the db such as:
SELECT * FROM "hostgroups" WHERE ("hostgroups"."id" IN (NULL)) ORDER BY (case when hostgroups.ancestry is null then 0 else 1 end), hostgroups.ancestry
Actions