fix(backend): group toch niet deel van primaire sleutel van vragen en submissions gemaakt, maar verplicht veld
This commit is contained in:
parent
b1df95da63
commit
7b79348985
10 changed files with 21 additions and 20 deletions
|
@ -33,7 +33,6 @@ export function mapToQuestionDTOId(question: Question): QuestionId {
|
|||
|
||||
return {
|
||||
learningObjectIdentifier,
|
||||
inGroup: mapToGroupDTO(question.inGroup),
|
||||
sequenceNumber: question.sequenceNumber!,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue