Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
5f29df75
Commit
5f29df75
authored
Feb 10, 2014
by
Marius Cramer
Browse files
Added on_check_delete event
parent
b34f99da
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/tform_actions.inc.php
View file @
5f29df75
...
...
@@ -314,6 +314,7 @@ class tform_actions {
//$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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment