Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1
-
None
Description
Block requests cannot be deleted once the start date has passed. The input validation is flagging the start date as old and setting $submitErr. The easiest fix is to modify the conditional in confirmBlockRequest that calls newBlockRequest to be
if($submitErr && $date['state'] != 2)