Skip to content

Commit

Permalink
OS-119 CPR value no address protection
Browse files Browse the repository at this point in the history
  • Loading branch information
stankut committed Sep 18, 2024
1 parent 1f4ada5 commit 5d170a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa

## [Unreleased]

- [OS-119] Keeping value of CPR clean, not adding address protection text

## [3.16.0] 2024-08-27

[#110](https://github.com/OS2Forms/os2forms/pull/110)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getPrepopulateFieldFieldKey(array &$element) {
/**
* {@inheritdoc}
*/
public function appendNameAddressProtectedText(CprLookupResult $cprLookupResult) {
public function getNameAddressProtectedText(CprLookupResult $cprLookupResult) {
return '';
}

Expand Down

0 comments on commit 5d170a8

Please sign in to comment.