Skip to content

Commit

Permalink
Revert "Issue #137: Also map titleDE, when mapping participations field"
Browse files Browse the repository at this point in the history
This reverts commit 6ebe0c6.
  • Loading branch information
Amar-Bolkan committed Oct 18, 2022
1 parent 9df817b commit aa5a446
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ public interface TeamMapper extends EntityMapper<TeamDTO, Team> {
@BeanMapping(ignoreByDefault = true)
@Mapping(target = "id", source = "id")
@Mapping(target = "titleEN", source = "titleEN")
// ### MODIFICATION-START ###
@Mapping(target = "titleDE", source = "titleDE")
// ### MODIFICATION-END###
DimensionDTO toDtoDimensionTitleEN(Dimension dimension);

@Named("dimensionTitleENSet")
Expand Down

0 comments on commit aa5a446

Please sign in to comment.