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
Updated by Ohad Levy over 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset cef8738d164080ddc15f32462c5d04c292f4bbd8.
Actions