You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BrainstormingModeratingUser is missing an id field, therefore the schema does not use use Mindwendel.Schema which would result in errors. This should be aligned with BrainstormingUser which has an id and uses use Mindwendel.Schema.
Implementation
Add the missing id field - be sure to make it work with old brainstorming moderating users that currently do not have an id. Refactor the code aligning it with BrainstormingUser.
The text was updated successfully, but these errors were encountered:
Further Notes
BrainstormingModeratingUser
is missing an id field, therefore the schema does not useuse Mindwendel.Schema
which would result in errors. This should be aligned withBrainstormingUser
which has an id and usesuse Mindwendel.Schema
.Implementation
Add the missing id field - be sure to make it work with old brainstorming moderating users that currently do not have an id. Refactor the code aligning it with
BrainstormingUser
.The text was updated successfully, but these errors were encountered: