Redundant call to MRequest.setDueType (extensibility issue)
Description
On RequestEventHandler there is a redundant call to MRequest.setDueType (beforeSaveRequest - line 205)
setDueType is called on MRequest.beforeSave - calling it here again unnecessarily is creating an extensibility issue in case the setDueType needs to be customized
On RequestEventHandler there is a redundant call to MRequest.setDueType (beforeSaveRequest - line 205)
setDueType is called on MRequest.beforeSave - calling it here again unnecessarily is creating an extensibility issue in case the setDueType needs to be customized