mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
fixes #966 progression bar for sync metadata
* [Batch Manager] adding progression bar for metadata sync action * [Batch Manager] display the number of synchronized photos in the success message
This commit is contained in:
@@ -395,8 +395,7 @@ DELETE
|
||||
// synchronize metadata
|
||||
else if ('metadata' == $action)
|
||||
{
|
||||
sync_metadata($collection);
|
||||
$page['infos'][] = l10n('Metadata synchronized from file');
|
||||
$page['infos'][] = l10n('Metadata synchronized from file').' <span class="badge">'.count($collection).'</span>';
|
||||
}
|
||||
|
||||
else if ('delete_derivatives' == $action && !empty($_POST['del_derivatives_type']))
|
||||
|
||||
Reference in New Issue
Block a user