Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2.0-BETA1
-
Component/s: None
-
Labels:None
Description
it would be nice to be able to force deleting when using softdelete. right now it seems like there is no way to still be able to do a real DELETE.
http://www.doctrine-project.org/documentation/manual/1_1/en/behaviors:core-behaviors:softdelete
something like $record->delete(true);
take for example some undo feature. there might be a point where i want to purge the possibility to do an undo (like at the end of the session).