From 05403658024ea234fef4457969aca827957ad10c Mon Sep 17 00:00:00 2001
From: Torsten Oppermann <torsten@sgalinski.de>
Date: Mon, 15 Jan 2018 15:29:54 +0100
Subject: [PATCH] [TASK] REmoving default job id ts settings (not used anymore)

---
 Configuration/TypoScript/Frontend/setup.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Configuration/TypoScript/Frontend/setup.ts b/Configuration/TypoScript/Frontend/setup.ts
index 96c8aeeb..a47d96a2 100644
--- a/Configuration/TypoScript/Frontend/setup.ts
+++ b/Configuration/TypoScript/Frontend/setup.ts
@@ -24,7 +24,6 @@ plugin.tx_sgjobs {
 	settings {
 		allowedFileExtensions = {$plugin.tx_sgjobs.settings.allowedFileExtensions}
 		allowedMimeTypes = {$plugin.tx_sgjobs.settings.allowedMimeTypes}
-		defaultJobId = 28
 	}
 
 	features {
-- 
GitLab