noumo / easyii

Easy yii2 cms powered by Yii framework 2
http://easyiicms.com
593 stars 272 forks source link

Deletion of copied modules leaves behind folders and files #91

Closed Xoduz closed 8 years ago

Xoduz commented 8 years ago

If you use the copy module feature to create a copy of a module, easyii will create the required folder and files for said module in the app\modules\ folder, but upon deletion of such a copied module the folder and files are all left behind, and are not deleted. Seems like an oversight, unless this is intended behavior?

noumo commented 8 years ago

Module deletion is only removes entry in database table to not display you module in list. I dont think that delete module folder is a good idea.