Problem/Motivation
When filtering the redirects based on multiple filters they need to be reset manually by deselecting them.

Proposed resolution
Enable the reset button for Redirect View.

| Comment | File | Size | Author |
|---|---|---|---|
| #7 | Screen Shot 2023-08-09 at 2.10.38 AM.png | 123.78 KB | kristen pol |
| #7 | Screen Shot 2023-08-09 at 2.10.24 AM.png | 931.67 KB | kristen pol |
| #7 | Screen Shot 2023-08-09 at 2.07.30 AM.png | 454.27 KB | kristen pol |
| #4 | Redirect reset.png | 88.83 KB | ameymudras |
Issue fork redirect-3291885
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
Comment #3
joshua1234511Enabled the reset button for Redirect View.
Comment #4
ameymudras commentedTested on Drupal 9.5 and redirect 8.x-1.x
- Issue summary is clear and explains the problem
- Change is relevant and could be very helpful
- The MR solves the issue and after filtering the reset button appears
- Fix also takes care of already installed modules
- Did a code review no issues found
Marking this issue as RTBC
Comment #5
kristen polAssigning to myself as I'm triaging all RTBC issues.
Comment #6
kristen polThanks for the issue, patch, and review. I think this is a nice UX improvement (and was literally just thinking about this earlier today when testing).
This was tested in #4 so removing tag. I reviewed the code as well and it seemed fine. I'll try a quick test before merging.
Comment #7
kristen polSeems to work fine. I already had it installed so ran
drush updband the update hook fired as expected.Comment #9
kristen polMerged. This will be in the next release. Thanks, everyone!