mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
GroupMembershipResolver: ignore objects scheduled
...for removal when refreshing group membership cache fixes #1126
This commit is contained in:
parent
223f0fec61
commit
1c0b06a1f8
@ -388,6 +388,9 @@ abstract class GroupMembershipResolver
|
||||
}
|
||||
|
||||
foreach ($objects as $object) {
|
||||
if ($object->shouldBeRemoved()) {
|
||||
continue;
|
||||
}
|
||||
if ($object->isTemplate()) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user