mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
Import: apply modifiers only when fetching data
This commit is contained in:
parent
8ab088fe18
commit
765b08f597
@ -164,9 +164,9 @@ class Import
|
|||||||
$this->data = ImportSourceHook::forImportSource(
|
$this->data = ImportSourceHook::forImportSource(
|
||||||
$this->source
|
$this->source
|
||||||
)->fetchData();
|
)->fetchData();
|
||||||
|
$this->source->applyModifiers($this->data);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->source->applyModifiers($this->data);
|
|
||||||
return $this->data;
|
return $this->data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user