Skip to content

Commit b958990

Browse files
authored
Merge pull request #133 from OS2Forms/f/OS-119_cpr_value_address_protection
OS-119 CPR value no address protection Approved with one failed test. From another module
2 parents 1f4ada5 + 5d170a8 commit b958990

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1111

1212
## [Unreleased]
1313

14+
- [OS-119] Keeping value of CPR clean, not adding address protection text
15+
1416
## [3.16.0] 2024-08-27
1517

1618
[#110](https://github.com/OS2Forms/os2forms/pull/110)

modules/os2forms_nemid/src/Plugin/WebformElement/NemidCpr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getPrepopulateFieldFieldKey(array &$element) {
2929
/**
3030
* {@inheritdoc}
3131
*/
32-
public function appendNameAddressProtectedText(CprLookupResult $cprLookupResult) {
32+
public function getNameAddressProtectedText(CprLookupResult $cprLookupResult) {
3333
return '';
3434
}
3535

0 commit comments

Comments
 (0)