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.5) #1744

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"/>

@tfr42 tfr42 added this to the 3.5.9 milestone Oct 9, 2024
@tfr42 tfr42 added the bug error issue and bug (fix) label Oct 9, 2024
@copierrj copierrj merged commit 01c6030 into deegree:3.5-main Oct 9, 2024
1 check passed
@tfr42 tfr42 deleted the fix/nilReason-199-10003 branch October 9, 2024 15:55
@stephanr
Copy link
Member

stephanr commented Oct 9, 2024

PR for 3.6 see #1745

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