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

[TASK] Enable edit and add wizards for department field

parent c6f90ee1
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,14 @@ return [
'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.department.none',
0
]
],
'fieldControl' => [
'editPopup' => [
'disabled' => FALSE,
],
'addRecord' => [
'disabled' => FALSE,
]
]
],
],
......
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