mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6324 - CRUD Event for one time treatment before creation and before update
This commit is contained in:
@@ -3824,7 +3824,7 @@ abstract class DBObject implements iDisplay
|
||||
}
|
||||
}
|
||||
|
||||
$this->FireEventDeleteDone();
|
||||
$this->FireEventAfterDelete();
|
||||
$this->AfterDelete();
|
||||
|
||||
|
||||
@@ -6093,7 +6093,7 @@ abstract class DBObject implements iDisplay
|
||||
* @return void
|
||||
* @since 3.1.0
|
||||
*/
|
||||
protected function FireEventDeleteDone(): void
|
||||
protected function FireEventAfterDelete(): void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user