Skip to content

Commit

Permalink
Merge pull request #31 from Onlineberatung/develop
Browse files Browse the repository at this point in the history
fix: diocese migration script
  • Loading branch information
tkuzynow authored Apr 25, 2024
2 parents 4c2b8b5 + 53bb77b commit 249125e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ private void batchInsertTopicsWithIdEqualToConsultingTypeId(
null,
ct.getUrls() != null ? ct.getUrls().getRegistrationPostcodeFallbackUrl() : "",
ct.getSendFurtherStepsMessage(),
"{ \"de\": \"" + ct.getTitles().getShort() + "\"}",
"{ \"de\": \"" + ct.getTitles().getLong() + "\"}",
ct.getTitles().getWelcome(),
"{ \"de\": \"" + ct.getTitles().getShort() + "\"}",
"{ \"de\": \"" + ct.getTitles().getLong() + "\"}",
ct.getTitles().getWelcome(),
ct.getTitles().getRegistrationDropdown(),
ct.getSlug()
})
Expand Down

0 comments on commit 249125e

Please sign in to comment.