kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Delete Folder and Contents #536

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Prior to version 2.0, when deleting a folder there was an option to delete the 
folder and contents.  I can't find that feature.  Is it missing, or am I 
missing something?

What version of the product are you using? On what operating system?
Mollify 2.5.6, Ubuntu 12.04

Original issue reported on code.google.com by l...@d5.ca on 16 Apr 2014 at 8:56

GoogleCodeExporter commented 8 years ago
This was simply forgotten in the version rewrite, I'll add this (just need to 
add checkbox in the confirmation dialog to pass it in the request).

Original comment by samuli.j...@gmail.com on 19 Apr 2014 at 9:53

GoogleCodeExporter commented 8 years ago
Rather than adding a checkbox, I've added another button to the confirmation 
dialog.  So my confirmation dialog has the following button titles "Remove and 
Delete", "Remove", and "Cancel".  
I've also added some code to the FileSystemController class to prevent deletion 
of paths that are in use by other mollify folders.  I've attached the modified 
file.  Modifications are noted by comments containing "LJUmod".

Original comment by l...@d5.ca on 21 Apr 2014 at 5:07

Attachments:

GoogleCodeExporter commented 8 years ago
Actually this was fixed in today released version, 2.5.8.

Thanks for the input, but I prefer to keep checkbox in "official" version, as 
the button title "Remove and Delete" , in my opinion, does not describe it 
clearly enough what's the difference with plain "Remove", and if it would 
describe it with more words, it becomes awfully long (and there are languages 
with longer sentences than english).

Original comment by samuli.j...@gmail.com on 21 Apr 2014 at 5:28