Skip to content

Commit

Permalink
Issue #Iq-545 fix: remove prop from child
Browse files Browse the repository at this point in the history
  • Loading branch information
krgauraw committed Aug 7, 2023
1 parent 519b44e commit f22763c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ trait QuestionSetMigrator extends MigrationObjectReader with MigrationObjectUpda
val chStr = ScalaJsonUtil.serialize(chData)
val chMap: util.Map[String, AnyRef] = mapper.readValue(chStr, classOf[util.Map[String, AnyRef]])
ch.putAll(chMap)
ch.remove("bloomsLevel")
ch.remove("version")
} else throw new QumlMigrationException(s"Please migrate children having identifier ${childrenId}")
}
})
Expand Down

0 comments on commit f22763c

Please sign in to comment.