From 9c512a3dfffa6a514b42fed2b8436b6cb81bec0e Mon Sep 17 00:00:00 2001 From: Tim Wagner <tim.wagner@sgalinski.de> Date: Wed, 18 Sep 2019 21:13:16 +0200 Subject: [PATCH] [TASK] Extend TCA interface list with new fields --- Configuration/TCA/tx_sgjobs_domain_model_job.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TCA/tx_sgjobs_domain_model_job.php b/Configuration/TCA/tx_sgjobs_domain_model_job.php index d70c31b2..69657e3e 100644 --- a/Configuration/TCA/tx_sgjobs_domain_model_job.php +++ b/Configuration/TCA/tx_sgjobs_domain_model_job.php @@ -52,7 +52,7 @@ return call_user_func( ], 'interface' => [ 'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, pid, title, path_segment, job_id, department, hide_apply_by_email, hide_apply_by_postal, featured_offer, start_date, alternative_start_date, - company, task, qualification, description, contact','employment_types', 'date_posted', + company, task, qualification, description, contact, employment_types, date_posted, valid_through, salary_currency, base_salary, max_salary, salary_unit,' ], 'types' => [ '1' => [ -- GitLab