MPA

From the to-do list: MPA V1.0: Older issues and tasks

✔ Group uploads error notifications as report

Comments

Pierre henri Seylan on May 28, 2018:

When a sound library upload fails, an error message is displayed for all failed upload.
This can be a real pain when many uploads have failed, since the user needs to click "OK" for each single error message.

To fix this, we should group the failed uploads into a single error message.

The logic is that the error message is displayed only after the last upload task has been completed.
Then the error displays all failed uploads at once, for example:

The following files couldn't be uploaded:
file name 1
file name 2
file name 3
file name 4

etc

Karim Alabtakh on June 6, 2018:

done