Skip to content

Commit 5f29df7

Browse files
author
Marius Cramer
committed
Added on_check_delete event
1 parent b34f99d commit 5f29df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/classes/tform_actions.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ function onDelete() {
314314
//$this->dataRecord = $app->db->queryOneRecord("SELECT * FROM ".$liste["table"]." WHERE ".$liste["table_idx"]." = ".$this->id);
315315
$this->dataRecord = $app->tform->getDataRecord($this->id);
316316

317+
$app->plugin->raiseEvent($_SESSION['s']['module']['name'].':'.$app->tform->formDef['name'].':'.'on_check_delete', $this);
317318
$this->onBeforeDelete();
318319
$app->plugin->raiseEvent($_SESSION['s']['module']['name'].':'.$app->tform->formDef['name'].':'.'on_before_delete', $this);
319320

0 commit comments

Comments
 (0)