Batch "Cleanup entries" function does not work if order by file name #6620
Labels
bug
Confirmed bugs or reports that are very likely to be bugs
cleanup-ops
external files
status: stale
The following operation:
does not work properly if applied to a group of selected entries when the entries are sorted by "File".
Steps to reproduce:
Expected behaviour:
The operation is applied to all files (abs. paths change to relative ones)
Observed behaviour:
The operation is completed in respect of no more than one entry.
User fix:
If the database is sorted by a different field / column, then everything works as expected.
It is reasonable to suspect that the bug is due to the group of entries being referred by their current position in the database list. After the operation is completed for one file, the order of the entries in the list is changed.
Apologies for having it tested only for 2 weeks old master build. If someone fixed it within last 2 weeks, it should be easy to remember. (Also the bug doesn't seem to be very important)
The text was updated successfully, but these errors were encountered: