N°4756 - Ease extensibility for CRUD operations : Fix CRUD after review

This commit is contained in:
Eric Espie
2022-12-23 10:37:08 +01:00
parent 0383fb124b
commit 1cac189077
3 changed files with 14 additions and 81 deletions

View File

@@ -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