- Issue created by @webfaqtory
- 🇮🇳India deepak5423
Hi @webfaqtory, Do we need the Delete button in replace file form page?
I think it is better to remove the option delete button from replace file form because we have an option to delete files from /admin/content/files. - 🇬🇧United Kingdom webfaqtory
@deepak5423 I agree, it's not necessary on the replace file form and can be removed.
- 🇬🇧United Kingdom webfaqtory
I have discovered that this error is caused by the file_delete module not being installed. This should be a dependency in this modules installation
- 🇮🇳India deepak5423
@webfaqtory I think it is better to add file_delete module as a dependency of the File Replace (D8+)
- Merge request !5Issue #3449918: Added file delete module as dependency. → (Open) created by deepak5423
- Status changed to Needs review
4 months ago 12:23pm 10 July 2024 - Status changed to RTBC
3 months ago 6:45am 30 August 2024 - 🇮🇳India atul_ghate
I reviewed and applied the Merge Request. When we install the module via Composer with a dependency on the file delete module, the mentioned error will no longer appear, and we will be able to delete files successfully.