Skip to content

Commit

Permalink
fix grant name mapping (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunnCO authored Mar 14, 2024
1 parent 5353ecc commit c6d416e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ private void setLastUpdatedByValues(SchemeEntity schemeEntity, SchemeDTO.SchemeD

@Mapping(target = "ggisIdentifier", source = "ggisReference")
@Mapping(target = "email", source = "contactEmail")
@Mapping(target = "name", source = "grantName")
public abstract SchemeEntity schemePostDtoToEntity(SchemePostDTO schemePostDto);

public abstract List<SchemeEntity> schemePostDtoListToEntityList(List<SchemePostDTO> schemePostDtoList);
Expand Down

0 comments on commit c6d416e

Please sign in to comment.