Skip to content
Snippets Groups Projects
Commit a62ca601 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix debug call

parent 3cb95c98
No related branches found
No related tags found
No related merge requests found
...@@ -440,7 +440,6 @@ class JoblistController extends ActionController { ...@@ -440,7 +440,6 @@ class JoblistController extends ActionController {
protected function initializeApplyAction(): void { protected function initializeApplyAction(): void {
$propertyMappingConfiguration = $this->arguments->getArgument('applyData')->getPropertyMappingConfiguration(); $propertyMappingConfiguration = $this->arguments->getArgument('applyData')->getPropertyMappingConfiguration();
$propertyMappingConfiguration->forProperty('job')->allowAllProperties(); $propertyMappingConfiguration->forProperty('job')->allowAllProperties();
die('test');
// remove the job validator // remove the job validator
/** @var ConjunctionValidator $validator */ /** @var ConjunctionValidator $validator */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment