- Issue created by @igork96
- 🇲🇰Macedonia igork96
Here is an initial/fast patch that changes the messages and behavior of the module. Please review it.
- Status changed to Needs review
over 1 year ago 2:56pm 21 August 2023 - last update
about 1 year ago Build Successful - 🇨🇦Canada joseph.olstad
What version(s) of Drupal have you tested this patch with?
- 🇨🇦Canada joseph.olstad
Is this a duplicate of 🐛 Batch finish Force Delete return always status message 0 files cleansed. Fixed
?I'm hesitant to make so many code changes when there's another reported fix that is only a few lines of code.
Could you please test to see if 🐛 Batch finish Force Delete return always status message 0 files cleansed. Fixed
resolves the issue you reported? The last submitted patch, 2: fancy_file_delete_modified-3382321-1.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- Status changed to Needs work
about 1 year ago 9:38am 26 August 2023 - 🇮🇳India mukhtarm
I am tested this issue (I used this module to delete orphaned files earlier) and i have a different perspective on this.
I am not able to reproduce the above stated issue on 2.0.x-dev@devSteps
----
1. Attached a new media/ image to a node.
2. Deleted the node, and image should appear in orphaned tab (BUG: its not appearing there)
2. Copy the fid from the list tab (/admin/config/content/fancy_file_delete/list)
3. Given it in the Manual tab (/admin/config/content/fancy_file_delete/manual) and given both fid's without ticking Force
4. File is geting deleted from the media and node with success message but living the traces in the media listing (/admin/content/media) see the screenshot (BUG: it should not leave traces in the media page).