Skip to content

Commit

Permalink
Merge pull request #47 from Onlineberatung/DIAKONIE-319
Browse files Browse the repository at this point in the history
fix: migration error of not adding topic groups relation
  • Loading branch information
tkuzynow authored May 9, 2024
2 parents 2179c22 + 9be23fc commit c22142d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ private void addTopicGroupIfNeeded(ConsultingTypeEntity consultingTypeEntity) {
topicGroups.forEach(
topicGroup ->
topicGroupMigrationService
.insertTopicGroupIfNotExistsOrReturnExistingTopicGroup(convertToTranslateableJson(topicGroup))
.insertTopicGroupIfNotExistsOrReturnExistingTopicGroup(
convertToTranslateableJson(topicGroup))
.ifPresent(
topicGroupId ->
topicGroupMigrationService.createTopicGroupRelationIfNotExists(
Expand Down

0 comments on commit c22142d

Please sign in to comment.