diff --git a/jobs/code/infrastructure/services/SapphireJobPublishingService.php b/jobs/code/infrastructure/services/SapphireJobPublishingService.php index 7345d88..5b9bcc2 100644 --- a/jobs/code/infrastructure/services/SapphireJobPublishingService.php +++ b/jobs/code/infrastructure/services/SapphireJobPublishingService.php @@ -26,6 +26,6 @@ implements IJobPublishingService if(!$parent) throw new NotFoundEntityException('JobHolder',''); $job->setParent($parent); // Should set the ID once the Holder is created... $job->write(); - $job->doPublish(); + //$job->doPublish(); } } \ No newline at end of file