Skip to content

Commit

Permalink
[TASK] Remove required on backend fields: description, sector, compan…
Browse files Browse the repository at this point in the history
…y_name
  • Loading branch information
toniwv committed Feb 19, 2024
1 parent 289f7fb commit e38a3c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/TCA/tx_academicjobs_domain_model_job.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
],
'cols' => 40,
'rows' => 15,
'eval' => 'trim,required',
'eval' => 'trim',
],

],
Expand Down Expand Up @@ -215,7 +215,7 @@
'config' => [
'type' => 'input',
'size' => 30,
'eval' => 'trim,required',
'eval' => 'trim',
'default' => '',
],
],
Expand All @@ -225,7 +225,7 @@
'config' => [
'type' => 'input',
'size' => 30,
'eval' => 'trim,required',
'eval' => 'trim',
'default' => '',
],
],
Expand Down

0 comments on commit e38a3c8

Please sign in to comment.