Skip to content

Commit

Permalink
fix: missing query condition when switching ICU conversion for import (
Browse files Browse the repository at this point in the history
  • Loading branch information
Anty0 authored Dec 11, 2024
1 parent 135e60b commit 88e8ce4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ interface ImportTranslationRepository : JpaRepository<ImportTranslation, Long> {
join fetch it.language il
join il.file if
where if.needsParamConversion = true
and if.import.id = :importId
""",
)
fun findTranslationsForPlaceholderConversion(importId: Long): List<ImportTranslation>
Expand Down

0 comments on commit 88e8ce4

Please sign in to comment.