issue #164 add new API method pwg.images.uploadCompleted

+ trigger ws_images_uploadCompleted when this API method is called
+ trigger empty_lounge (can be called at another moment with different effect)
This commit is contained in:
plegall 2021-09-15 13:47:41 +02:00
parent 0ee8772b9e
commit fb84527e3b
5 changed files with 87 additions and 5 deletions

View file

@ -468,6 +468,20 @@ array(
'files' => array('admin\include\functions_upload.inc.php (add_uploaded_file)'),
'infos' => 'New in 2.11',
),
array(
'name' => 'empty_lounge',
'type' => 'trigger_notify',
'vars' => array('array', 'rows'),
'files' => array('admin\include\functions.php (empty_lounge)'),
'infos' => 'New in 12',
),
array(
'name' => 'ws_images_uploadCompleted',
'type' => 'trigger_notify',
'vars' => array('array', 'upload_data'),
'files' => array('include\ws_functions\pwg.images.php (ws_images_uploadCompleted)'),
'infos' => 'New in 12',
),
array(
'name' => 'loc_end_password',
'type' => 'trigger_notify',