magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Add some trash can functionality for keeping deleted entities #304

Open hostep opened 3 years ago

hostep commented 3 years ago

We often get reports from shop owners who accidentally deleted one or multiple categories/products/customers/...

There is no easy way to restore them, you have to get a database backup, find all the data you need to restore and then figure out the fastest way to get it back in their store without breaking anything and making sure id's aren't screwed up and stuff like that.

It would be great if Magento would have some sort of trash can functionality where entities are first moved to after they are deleted. Only when you confirm that they can be removed from the trash can they should be removed from the database. And an easy way to restore those entities from the trash can again in case they accidentally got deleted.

Maybe also then add some auto-cleanup settings so that it automatically removes entities put in there after xx days.

m2-assistant[bot] commented 3 years ago

Hi @hostep. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this