mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user