diff --git a/entity/AddressValidation_entity/AddressValidation_entity.aod b/entity/AddressValidation_entity/AddressValidation_entity.aod index 6a806e5d68ca8959223108f8d67fd421e79fac97..dbade15ee896dbd553625a114ea9cc733bf913d3 100644 --- a/entity/AddressValidation_entity/AddressValidation_entity.aod +++ b/entity/AddressValidation_entity/AddressValidation_entity.aod @@ -48,7 +48,7 @@ </entityField> <entityField> <name>ZIP</name> - <title>Zip</title> + <title>Postcode</title> </entityField> <entityField> <name>CITY</name> diff --git a/process/DataPrivacy_lib/process.js b/process/DataPrivacy_lib/process.js index 1187eb32e60d185f0b591bc300a7dcae066ec26d..2a90429564990b9c7e179f19ee788fa19c7d5398 100644 --- a/process/DataPrivacy_lib/process.js +++ b/process/DataPrivacy_lib/process.js @@ -211,7 +211,7 @@ DataPrivacyType.get = function(pKey) return attributeData.map(function(pAttr) { return { - value: pAttr[1] + ": " + pAttr[2], + value: pAttr[1] + ": " + translate.text(pAttr[2]), id: pAttr[0] } }); @@ -233,7 +233,7 @@ DataPrivacyUtils.getDSGVO = function(pContactId, pFilterCond) var select = "DSGVOID," + // 0 "CONTACT_ID," + // 1 - "DSGVOTYPE," + // 2 + "DSGVOTYPE," + // 2 "ROW_ID," + // 3 "''," + // 4 - dummy for value "STATUORITYSOURCE," + // 5