mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
ResetStopWatch could not be used as a lifecycle action: the symptom is "The action has failed".
SVN:trunk[3967]
This commit is contained in:
@@ -2256,6 +2256,7 @@ abstract class DBObject implements iDisplay
|
|||||||
$oSW = $this->Get($sAttCode);
|
$oSW = $this->Get($sAttCode);
|
||||||
$oSW->Reset($this, $oAttDef);
|
$oSW->Reset($this, $oAttDef);
|
||||||
$this->Set($sAttCode, $oSW);
|
$this->Set($sAttCode, $oSW);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user