mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°4756 - Ease extensibility for CRUD operations : Fix CRUD after review
This commit is contained in:
@@ -5665,15 +5665,6 @@ JS
|
||||
/// CREATE
|
||||
///
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @since 3.1.0
|
||||
*/
|
||||
final protected function EventCreateComputeValues(): void
|
||||
{
|
||||
$this->FireEvent(EVENT_DB_CREATE_COMPUTE_VALUES);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @since 3.1.0
|
||||
@@ -5723,15 +5714,6 @@ JS
|
||||
/// UPDATE
|
||||
///
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @since 3.1.0
|
||||
*/
|
||||
final protected function EventUpdateComputeValues(): void
|
||||
{
|
||||
$this->FireEvent(EVENT_DB_UPDATE_COMPUTE_VALUES);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* @since 3.1.0
|
||||
|
||||
Reference in New Issue
Block a user