ResetStopWatch could not be used as a lifecycle action: the symptom is "The action has failed".

SVN:trunk[3967]
This commit is contained in:
Romain Quetiez
2016-03-25 10:02:29 +00:00
parent 847c1d2736
commit 0104c3fe41

View File

@@ -2256,7 +2256,8 @@ abstract class DBObject implements iDisplay
$oSW = $this->Get($sAttCode);
$oSW->Reset($this, $oAttDef);
$this->Set($sAttCode, $oSW);
}
return true;
}
/**
* Lifecycle action: Recover the default value (aka when an object is being created)