From c955b4dc905153227f0914d346510ac3d78e6f8b Mon Sep 17 00:00:00 2001
From: Daniel Lorenz <daniel.lorenz@extco.de>
Date: Wed, 6 Dec 2017 14:04:47 +0100
Subject: [PATCH] [BUGFIX] Require mail subject in finisher overrides

Resolves: #83021
Releases: master, 8.7
Change-Id: Ic88731ce7f2b698d39aca6944cf0257a8a758420
Reviewed-on: https://review.typo3.org/54943
Reviewed-by: Mathias Brodala <mbrodala@pagemachine.de>
Tested-by: Mathias Brodala <mbrodala@pagemachine.de>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Bjoern Jacob <bjoern.jacob@tritum.de>
Tested-by: Bjoern Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: Susanne Moog <susanne.moog@typo3.org>
---
 typo3/sysext/form/Configuration/Yaml/FormEngineSetup.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/typo3/sysext/form/Configuration/Yaml/FormEngineSetup.yaml b/typo3/sysext/form/Configuration/Yaml/FormEngineSetup.yaml
index e0ed2d6d67b5..89221a18b8dd 100644
--- a/typo3/sysext/form/Configuration/Yaml/FormEngineSetup.yaml
+++ b/typo3/sysext/form/Configuration/Yaml/FormEngineSetup.yaml
@@ -83,6 +83,7 @@ TYPO3:
               label: 'tt_content.finishersDefinition.EmailToSender.subject.label'
               config:
                 type: 'input'
+                eval: 'required'
             recipientAddress:
               label: 'tt_content.finishersDefinition.EmailToSender.recipientAddress.label'
               config:
-- 
GitLab