Skip to content
New issue

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

Fixed value of nilReason (3.6) #1745

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

lgoltz
Copy link
Contributor

@lgoltz lgoltz commented Sep 24, 2024

nilReason was previously true:

<ef:operationalActivityPeriod xsi:nil="true" nilReason="true"/>

With the fix the value from the database is used:

<ef:operationalActivityPeriod xsi:nil="true" nilReason="other:unpopulated"/>

PR with backport for 3.5 #1744

@tfr42 tfr42 added this to the 3.6 milestone Oct 9, 2024
@tfr42 tfr42 added the bug error issue and bug (fix) label Oct 9, 2024
@copierrj copierrj merged commit f227d2c into deegree:main Oct 9, 2024
1 check passed
@tfr42 tfr42 deleted the fix/nilReason-199-10003-3.6 branch October 9, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants