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

Make enums in Statusbericht optional #562

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Conversation

JoschaMetze
Copy link
Contributor

No description provided.

@@ -15,7 +15,7 @@ public class FehlerDetail : COM
[JsonPropertyName("code")]
[JsonPropertyOrder(10)]
[ProtoMember(1)]
public BO4E.ENUM.FehlerCode Code { get; set; }
public BO4E.ENUM.FehlerCode? Code { get; set; }
Copy link
Collaborator

Choose a reason for hiding this comment

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

kannst du sie hier dann auch rausnehmen?

"BO4E.COM.FehlerDetail->Code",

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done, wusste nicht mal, dass wir da auch noch eine Liste haben

Copy link
Collaborator

Choose a reason for hiding this comment

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

hab die ja auch erste vor 2 wochen geaddet ;)

@JoschaMetze JoschaMetze merged commit 297dd74 into main Oct 28, 2024
9 checks passed
@JoschaMetze JoschaMetze deleted the Statusbericht_Optionals branch October 28, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants