From 3cbebb31d1a10d51c75d3bba8e35d6539b93f192 Mon Sep 17 00:00:00 2001 From: Sebastian Marcet Date: Fri, 28 Nov 2014 16:36:07 -0300 Subject: [PATCH] [smarcet] - #7799 * fix on job pusblishing --- .../infrastructure/services/SapphireJobPublishingService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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