Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 3a7923e

Browse files
authored
Merge pull request #38 from itk-dev/feature/FORMS-821-fields
FORMS-821: Updated recipient element names
2 parents c61db1d + 6d08656 commit 3a7923e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
## [Unreleased]
1111

12+
### Changed
13+
14+
- Updated recipient element names
15+
[PR-38](https://github.com/itk-dev/os2forms_digital_post/pull/38)
16+
1217
## [1.2.2]
1318

1419
### Added

src/Plugin/WebformHandler/WebformHandlerSF1601.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ private function getRecipientElements(): array {
243243

244244
$elementTypes = [
245245
'textfield',
246+
'os2forms_nemid_company_cvr',
247+
'os2forms_nemid_company_cvr_fetch_data',
248+
'os2forms_nemid_cpr',
249+
// @todo Remove these when we remove the elements.
246250
'cpr_element',
247251
'cpr_value_element',
248252
'cvr_element',

0 commit comments

Comments
 (0)