Skip to content
Snippets Groups Projects
Commit ef0bad6d authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Corrections to job application tca

parent 37ce088c
No related branches found
Tags 1.6.2
No related merge requests found
......@@ -285,9 +285,10 @@ return [
'type' => 'group',
'internal_type' => 'file',
'allowed' => 'pdf, doc',
'size' => 3,
'size' => 1,
'uploadfolder' => 'uploads/tx_sgjobs/',
'max_size' => 2000,
'eval' => 'required'
],
],
'certificates' => [
......@@ -300,6 +301,7 @@ return [
'size' => 3,
'uploadfolder' => 'uploads/tx_sgjobs/',
'max_size' => 2000,
'eval' => 'required'
],
],
'cv' => [
......@@ -309,9 +311,10 @@ return [
'type' => 'group',
'internal_type' => 'file',
'allowed' => 'pdf, doc',
'size' => 3,
'size' => 1,
'uploadfolder' => 'uploads/tx_sgjobs/',
'max_size' => 2000,
'eval' => 'required'
],
]
],
......
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