mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°9144 - no audit in unattended + tests
This commit is contained in:
@@ -94,6 +94,10 @@ class DataAuditSequencer extends StepSequencer
|
||||
|
||||
protected function IsDataAuditRequired(): bool
|
||||
{
|
||||
if (! array_key_exists('setup-audit', $this->oParams->Get('optional_steps', []))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if ('install' === $this->oParams->Get('mode')) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user