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