Skip to content

Commit

Permalink
Translate 3 more PNI fields (#7081)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoChevalier authored and Pomax committed Jul 27, 2021
1 parent ec2f87f commit 7920efc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions network-api/networkapi/wagtailpages/pagemodels/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,9 @@ def get_export_fields(self):
)

translatable_fields = ProductPage.translatable_fields + [
TranslatableField('personal_data_collected'),
TranslatableField('biometric_data_collected'),
TranslatableField('social_data_collected'),
TranslatableField('how_can_you_control_your_data'),
SynchronizedField('data_control_policy_is_bad'),
SynchronizedField('company_track_record'),
Expand Down

0 comments on commit 7920efc

Please sign in to comment.