Commit 2b5821da by Nilu

J002 - Deleting requirement items triggers a 500

parent 25a4b93c
......@@ -342,7 +342,7 @@ public class Job extends BaseJob
/* Create a copy of 'to' */
return BusinessCopyHelper.copyBusinessObject (to, copyType, newObjectRefs, this);
}
else if (to instanceof JobApplication)
else if (to instanceof JobApplication || to instanceof AssessmentCriteriaAnswer)
{
/* Do not create a copy of 'to' */
return null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment