We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34f99d commit 5f29df7Copy full SHA for 5f29df7
interface/lib/classes/tform_actions.inc.php
@@ -314,6 +314,7 @@ function onDelete() {
314
//$this->dataRecord = $app->db->queryOneRecord("SELECT * FROM ".$liste["table"]." WHERE ".$liste["table_idx"]." = ".$this->id);
315
$this->dataRecord = $app->tform->getDataRecord($this->id);
316
317
+ $app->plugin->raiseEvent($_SESSION['s']['module']['name'].':'.$app->tform->formDef['name'].':'.'on_check_delete', $this);
318
$this->onBeforeDelete();
319
$app->plugin->raiseEvent($_SESSION['s']['module']['name'].':'.$app->tform->formDef['name'].':'.'on_before_delete', $this);
320
0 commit comments