mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ListController: re-enable stage-wiping
Needs improvement
This commit is contained in:
parent
e73503dda6
commit
867d60756e
@ -164,9 +164,9 @@ class ListController extends ActionController
|
|||||||
$deployment->store();
|
$deployment->store();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Not correct, we might clear logs we formerly skipped
|
// TODO: Not correct, we might clear logs we formerly skipped
|
||||||
if ($collected) {
|
if ($collected) {
|
||||||
// $api->wipeInactiveStages();
|
$api->wipeInactiveStages();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user