Commit 21b0d10f by Nilu

fix issue with clonning jobs with same shortened url

parent e8b261f5
......@@ -50,6 +50,7 @@ public class LoadJobFromTemplateFP extends ORMProcessFormProcessor
job.setCompletedAssessmentType(Boolean.TRUE);
job.setCompletedRequirements(Boolean.TRUE);
job.setCompletedCulture(Boolean.TRUE);
job.setShortenedURL(null);
LogMgr.log(Job.LOG, LogLevel.PROCESSING1, "LoadJobFromTemplateFP completed for ", job);
......
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