Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following 2 files need to be changed/added to your theme extension:
$tca = \GeorgRinger\Gdpr\Service\Tca::getInstance('tx_powermail_domain_model_mail');
$tca
->addRestriction('gdpr_restricted') // name of the field used for the checkbox to flag records
-add('after:disable'); // positioning of the new field
->add('after:disable'); // positioning of the new field

Required actions
^^^^^^^^^^^^^^^^
Expand Down