We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f4ada5 + 5d170a8 commit b958990Copy full SHA for b958990
CHANGELOG.md
@@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
11
12
## [Unreleased]
13
14
+- [OS-119] Keeping value of CPR clean, not adding address protection text
15
+
16
## [3.16.0] 2024-08-27
17
18
[#110](https://github.com/OS2Forms/os2forms/pull/110)
modules/os2forms_nemid/src/Plugin/WebformElement/NemidCpr.php
@@ -29,7 +29,7 @@ public function getPrepopulateFieldFieldKey(array &$element) {
29
/**
30
* {@inheritdoc}
31
*/
32
- public function appendNameAddressProtectedText(CprLookupResult $cprLookupResult) {
+ public function getNameAddressProtectedText(CprLookupResult $cprLookupResult) {
33
return '';
34
}
35
0 commit comments