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

[TASK] Release version 5.2.6

parent 0fd1746d
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ class UploadController extends AbstractAjaxController {
);
// if job application folder is not existing, create it
if (!$storage->hasFolder(self::JOB_APPLICATION_FOLDER)) {
$folder = $storage->createFolder(self::JOB_APPLICATION_FOLDER);
$folder = $storage->createFolder(self::JOB_APPLICATION_FOLDER);
} else {
$folder = $storage->getFolder(self::JOB_APPLICATION_FOLDER);
}
......
......@@ -423,7 +423,7 @@ class JoblistController extends ActionController {
. '-' . $applicationData->getLastName();
$storage = $resourceFactory->getStorageObject(1);
$applicationFilePath = Environment::getPublicPath() . '/' . $storage->getConfiguration(
)['basePath'] . 'JobApplication/' . $folderName .
)['basePath'] . 'JobApplication/' . $folderName .
'/' . $newName . '.csv';
$this->writeApplicationFile($applicationData, $applicationFilePath);
}
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "5.2.5",
"version": "5.2.6",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
......
......@@ -4,7 +4,7 @@ $EM_CONF['sg_jobs'] = [
'title' => 'Jobs',
'description' => 'Manage and display your Job offers.',
'category' => 'plugin',
'version' => '5.2.5',
'version' => '5.2.6',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
......
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