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

Conversation

@rimi-itk
Copy link
Contributor

@rimi-itk rimi-itk commented May 3, 2023

https://jira.itkdev.dk/browse/FORMS-821

  • Uses OS2Web datalookup for CPR and CVR data.
  • Adds handling of physical post (“forsendelse”).

@rimi-itk rimi-itk changed the base branch from develop to main May 3, 2023 13:18
@rimi-itk rimi-itk force-pushed the feature/FORMS-821-data-lookup branch 3 times, most recently from 26d1ef9 to c204c21 Compare May 8, 2023 11:30
Comment on lines 216 to 225
private function forsendelseDump(string $dump, ForsendelseI $forsendelse) {
switch ($dump) {
case self::HIDDEN_CONTENT:
break;

default:
throw new InvalidOptionException(sprintf(
'Invalid dump option %s. Must be one of %s',
json_encode($dump),
implode(', ', array_map('json_encode', self::MEMO_DUMP_OPTION_VALUES))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to do anything interesting, but im guessing it's gonna be expanded upon later?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rimi-itk rimi-itk force-pushed the feature/FORMS-821-data-lookup branch 5 times, most recently from a613edb to a4f512e Compare May 9, 2023 21:26
@jekuaitk jekuaitk self-requested a review May 10, 2023 07:40
@rimi-itk rimi-itk marked this pull request as ready for review May 11, 2023 07:52
@rimi-itk rimi-itk force-pushed the feature/FORMS-821-data-lookup branch from b8461ea to 49aa3c8 Compare July 5, 2023 13:21
@rimi-itk rimi-itk requested a review from jekuaitk August 3, 2023 13:39
composer.json Outdated
"ext-soap": "*",
"dompdf/dompdf": "^2.0",
"drupal/webform": "^6.0",
"drush/drush": "^10 || ^11",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add ^12?

Comment on lines +87 to +88
// @see https://digitaliseringskataloget.srvitkhulk.itkdev.dk/digitaliseringskataloget.dk/sf1601/SF1601%20Bilag%2020211025/SF1601%20Postkomponent%20-%20KombiPostAfsend%20-%20Feltbeskrivelse.pdf#page=7
$afsendelseModtager->setCPRnummerIdentifikator('0000000000');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

@jekuaitk jekuaitk self-requested a review August 4, 2023 08:08
@rimi-itk rimi-itk requested a review from jekuaitk August 4, 2023 08:13
@rimi-itk rimi-itk force-pushed the feature/FORMS-821-data-lookup branch from 6a4decd to 7758a62 Compare August 4, 2023 08:20
Copy link
Contributor

@jekuaitk jekuaitk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@rimi-itk rimi-itk requested a review from jekuaitk August 7, 2023 09:33
@jekuaitk jekuaitk merged commit 876afc7 into main Aug 14, 2023
@rimi-itk rimi-itk deleted the feature/FORMS-821-data-lookup branch September 12, 2023 07:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants