File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -217,14 +217,20 @@ export class ScoreCardService {
217
217
const cloneGroups = original . scorecardGroups . map ( ( group : ScorecardGroupBaseDto ) => ( {
218
218
...group ,
219
219
id : undefined ,
220
+ createdAt : undefined ,
221
+ updatedAt : undefined ,
220
222
scorecardId : undefined ,
221
223
sections : group . sections . map ( ( section : ScorecardSectionBaseDto ) => ( {
222
224
...section ,
223
225
id : undefined ,
226
+ createdAt : undefined ,
227
+ updatedAt : undefined ,
224
228
scorecardGroupId : undefined ,
225
229
questions : section . questions . map ( ( question : ScorecardQuestionBaseDto ) => ( {
226
230
...question ,
227
231
id : undefined ,
232
+ createdAt : undefined ,
233
+ updatedAt : undefined ,
228
234
sectionId : undefined ,
229
235
scorecardSectionId : undefined ,
230
236
} ) ) ,
You can’t perform that action at this time.
0 commit comments