Skip to content

Commit

Permalink
[TASK] Assign only profiles in default language to fe_users
Browse files Browse the repository at this point in the history
  • Loading branch information
dot3media committed Feb 15, 2024
1 parent 3e2b2a7 commit ccf8322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/TCA/Overrides/fe_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'type' => 'group',
'allowed' => 'tx_academicpersons_domain_model_profile',
'foreign_table' => 'tx_academicpersons_domain_model_profile',
'foreign_table_where' => 'AND tx_academicpersons_domain_model_profile.sys_language_uid IN (-1, 0)',
'MM' => 'tx_academicpersons_feuser_mm',
'MM_opposite_field' => 'frontend_users',
'size' => 5,
Expand Down

0 comments on commit ccf8322

Please sign in to comment.