Change comments to use same tickets ref syntax

This commit is contained in:
Pierre Goiffon
2018-11-06 17:36:03 +01:00
parent 9ed550ee7f
commit a4055c4a74
8 changed files with 19 additions and 17 deletions

View File

@@ -2488,7 +2488,8 @@ abstract class DBObject implements iDisplay
$this->AfterDelete();
$this->m_bIsInDB = false;
// Fix for #926: do NOT reset m_iKey as it can be used to have it for reporting purposes (see the REST service to delete objects, reported as bug #926)
// Fix for 926: do NOT reset m_iKey as it can be used to have it for reporting purposes (see the REST service to delete
// objects, reported as bug N°926)
// Thought the key is not reset, using DBInsert or DBWrite will create an object having the same characteristics and a new ID. DBUpdate is protected
}
}