diff --git a/Classes/Controller/JoblistController.php b/Classes/Controller/JoblistController.php index 465eba3a933344f5d52db1b7224214cf5cbd5ed1..fa86874ac476b892d85db0bb5983ba84b068d4c3 100644 --- a/Classes/Controller/JoblistController.php +++ b/Classes/Controller/JoblistController.php @@ -440,7 +440,6 @@ class JoblistController extends ActionController { protected function initializeApplyAction(): void { $propertyMappingConfiguration = $this->arguments->getArgument('applyData')->getPropertyMappingConfiguration(); $propertyMappingConfiguration->forProperty('job')->allowAllProperties(); - die('test'); // remove the job validator /** @var ConjunctionValidator $validator */