feature 3130: add new triggers in tools/triggers_list.php

git-svn-id: http://piwigo.org/svn/trunk@29380 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2014-09-01 22:18:50 +00:00
parent 4931295d78
commit a11991222e

View File

@@ -6,6 +6,20 @@ array(
'vars' => array('bool', 'content_not_set'),
'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',