We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think that I have found two bugs.
OpenZaakBrug/src/main/java/nl/haarlem/translations/zdstozgw/config/ModelMapperConfig.java
Line 504 in be27c01
When there is no archiefNominatie <archiefnominatie xsi:nil="true" stuf:noValue="geenWaarde" />
<archiefnominatie xsi:nil="true" stuf:noValue="geenWaarde" />
The value is set to 'blijvend_bewaren'. This should be set to 'null' as it is not a mandatory field in ZGW.
Also, I think that the ternary is the wrong way around. "J" should leed to "blijvend_bewaren".
The text was updated successfully, but these errors were encountered:
haarlem-dvh
No branches or pull requests
I think that I have found two bugs.
OpenZaakBrug/src/main/java/nl/haarlem/translations/zdstozgw/config/ModelMapperConfig.java
Line 504 in be27c01
When there is no archiefNominatie
<archiefnominatie xsi:nil="true" stuf:noValue="geenWaarde" />
The value is set to 'blijvend_bewaren'. This should be set to 'null' as it is not a mandatory field in ZGW.
Also, I think that the ternary is the wrong way around. "J" should leed to "blijvend_bewaren".
The text was updated successfully, but these errors were encountered: