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

BUGFIX: Feedbacks have null defaults for optional properties #3659

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

kitsunet
Copy link
Member

This is necessary to avoid errors when the property was not initialized before access which happens in the current codebase and should be refactored completely.

Fixes: #3655

This is necessary to avoid errors when the property was not
initialized before access which happens in the current codebase
and should be refactored completely.

Fixes: #3655
@github-actions github-actions bot added Bug Label to mark the change as bugfix 9.0 labels Oct 31, 2023
@ahaeslich ahaeslich merged commit f332d9f into 9.0 Nov 1, 2023
3 checks passed
@ahaeslich ahaeslich deleted the bugfix/feedbacks-with-optional-properties branch November 1, 2023 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.0 Bug Label to mark the change as bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Change models are not properly initialized
2 participants