Problem/Motivation

The 'undo' list is currently listing operations by date ascending. This list can get quite long, it would be nice to be able to either reverse this order so the latest operation is first, or provide a sorting option on the table itself.

Steps to reproduce

1. Drupal 10.4
2. Latest version of Scanner
3. Enable Scanner
4. Configure for content
5. Perform several replace operations
6. Go to undo

Proposed resolution

Provide an option to sort on the table, or perhaps an admin option to reverse the order?

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork scanner-3508432

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

aaron.ferris created an issue. See original summary.

aaron.ferris’s picture

Issue summary: View changes

aaron.ferris’s picture

IE something like the MR raised.

Edit - although thinking about this some more might be nicer to do the sort in the initial query

aaron.ferris’s picture

aaron.ferris’s picture

Status: Active » Needs review

smustgrave made their first commit to this issue’s fork.

smustgrave’s picture

Status: Needs review » Fixed

Fixed up the pipeline some but fine with adding this as is.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

damienmckenna’s picture