Skip to content

[CopyJob] Emit moving while renaming

Kai Uwe Broulik requested to merge work/kbroulik/emit-moving-while-renaming into master

It's what to the user it effectively does. Also ensure there's proper job descriptions ("Moving...", "From", "To") for a job that ends up renaming a lot of files, such as trashing a large number of files.


Selected a thousand files to be trashed.

Before: A notification without title and an increasing count of "1 of 1000 files to Trash"

After: A notification titled "Moving" with an increasing count of "1 of 1000 files to Trash" with source and destination path in the details section

Merge request reports