Skip to content

fix: Update otherRelevantCountry field in legal field

Yan Sushchynski (EPAM) requested to merge Fix_legaltag_creation into master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Fix otherRelevantDataCountries attribute of the Legal model class. Due to some code design gaps, the jsonfy method create JSON fields with absolutely the same name as their attribute names of the model classes

Merge request reports