Skip to content
Snippets Groups Projects
Commit b40af577 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Add migration advices in the readme

parent a5c0d796
No related branches found
Tags 1.6.3
1 merge request!10Feature departments
......@@ -8,7 +8,7 @@ Repository: https://gitlab.sgalinski.de/typo3/sg_jobs
Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_jobs
TYPO3 version: >7.6
TYPO3 version: >8.7
## About
This extension provides job application functionality for a TYPO3 installation.
......@@ -76,3 +76,15 @@ access from the .htaccess file. Example:
```
RedirectMatch 403 ^/fileadmin/JobApplication/.*$
```
## Migration from version 1 to version 2
If you update from sg_job version 1, you need to execute the Upgrade Wizard, that migrates the old area field.
To do so, please visit the Install Tool and click on Upgrade Wizards. Check the Job Upgrade Wizard and execute it.
This Wizard will migrate your area data into department records.
Also please be aware of changes to the Fluid template regarding the area -> department migration and change the area
occurences of variables in the template to department records accordingly.
This version also introduces correct exclude field configurations for the tables, so check your backend user
and backend usergroup permissions and adjust them accordingly.
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