Marius Cramer
2014-02-10 5f29df751d026642fdf49adb2c160e8fbca73e77
Added on_check_delete event
1 files modified
1 ■■■■ changed files
interface/lib/classes/tform_actions.inc.php 1 ●●●● patch | view | raw | blame | history
interface/lib/classes/tform_actions.inc.php
@@ -314,6 +314,7 @@
            //$this->dataRecord = $app->db->queryOneRecord("SELECT * FROM ".$liste["table"]." WHERE ".$liste["table_idx"]." = ".$this->id);
            $this->dataRecord = $app->tform->getDataRecord($this->id);
            $app->plugin->raiseEvent($_SESSION['s']['module']['name'].':'.$app->tform->formDef['name'].':'.'on_check_delete', $this);
            $this->onBeforeDelete();
            $app->plugin->raiseEvent($_SESSION['s']['module']['name'].':'.$app->tform->formDef['name'].':'.'on_before_delete', $this);