Author: waleedhassan
MDL-81780 tool_task : Adhoc task improvements
Added fail delay column in the adhock task table on the admin page,
Added a new column for a delete action for the adhoc tasks on and
Wrote delete_adhoctask.php for delete functionality of adhoc tasks.
Wrote behat test for the delete functionality. Also there was a
logical error in the previous code where it was checking if the task
is due or not and it was just showing Never or ASAP instead of
actual time so fixed that as well.
http://git.moodle.org/gw?p=moodle.git;a=commit;h=c0572a04232bd9e6b2ea7289e17b571162f0e2ef
http://github.com/moodle/moodle/commit/c0572a04232bd9e6b2ea7289e17b571162f0e2ef
+ 5.0 en [confirmdeletetaskwithid,tool_task]
+ 5.0 en [deletetask,tool_task]
+ 5.0 en [runclassnamedueonly,tool_task]
+ 5.0 en [actions,tool_task]
+ 5.0 en [deleteadhoctask,tool_task]