diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/triggers_list.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index db227fa5f..22374a8c2 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -7,6 +7,20 @@ array( 'files' => array('picture.php'), ), array( + 'name' => 'batch_manager_perform_filters', + 'type' => 'trigger_change', + 'vars' => array('array', 'filter_sets'), + 'files' => array('admin\batch_manager.php'), + 'infos' => 'New in 2.7', +), +array( + 'name' => 'batch_manager_register_filters', + 'type' => 'trigger_notify', + 'vars' => array(), + 'files' => array('admin\batch_manager.php'), + 'infos' => 'New in 2.7', +), +array( 'name' => 'begin_delete_elements', 'type' => 'trigger_notify', 'vars' => array('array', 'ids'), |