mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-03 16:14:13 +01:00
N°6408 - ✅ CRUD : Issue on DBlinkchange event when delete et create
This commit is contained in:
@@ -602,7 +602,7 @@ abstract class DBObject implements iDisplay
|
||||
public function Set($sAttCode, $value)
|
||||
{
|
||||
if (!utils::StartsWith(get_class($this), 'CMDBChange') && $this->GetKey() > 0) {
|
||||
$this->LogCRUDEnter(__METHOD__, "$sAttCode => $value");
|
||||
$this->LogCRUDEnter(__METHOD__, "$sAttCode => ".var_export($value, true));
|
||||
}
|
||||
|
||||
$sMessage = $this->IsReadOnly();
|
||||
|
||||
Reference in New Issue
Block a user