We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even when the dimension has both language fields filled. The german translation for a dimension is missing within the team's skill overview.
The text was updated successfully, but these errors were encountered:
The title of the dimension is missing within the response from the backend causes by a misconfigured mapper.
Looks like the mapper does no longer reference the DimensionMapper where the title will be mappend from Dimension to DimensionDTO.
TeamDojo/src/main/java/com/iteratec/teamdojo/service/mapper/TeamMapper.java
Line 19 in 655fa3d
@Mapper(componentModel = "spring", uses = DimensionMapper.class) should solve the problem.
@Mapper(componentModel = "spring", uses = DimensionMapper.class)
Sorry, something went wrong.
Issue #137: Also map titleDE, when mapping participations field
6ebe0c6
Revert "Issue #137: Also map titleDE, when mapping participations field"
aa5a446
This reverts commit 6ebe0c6.
Issue #137: Manually retrieve missing titles for participations field
ecda75e
See Issue #101 for further details
Issue #137: Fix teams-achievements tests
a95beb8
No branches or pull requests
Even when the dimension has both language fields filled. The german translation for a dimension is missing within the team's skill overview.
The text was updated successfully, but these errors were encountered: