Skip to content

Commit

Permalink
Merge pull request #383 from scriptom/fix/multivalue-field-processing
Browse files Browse the repository at this point in the history
Add missing JsonIgnore in CandidateWorkHistory.salaryType
  • Loading branch information
johnsully83 authored May 27, 2022
2 parents cfc610b + f8863c2 commit f51acaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public class CandidateWorkHistory extends AbstractEntity implements QueryEntity,
@JsonProperty("salary2")
private BigDecimal salary2;

@JsonIgnore
@Size(max = 20)
private String salaryType;

Expand Down

0 comments on commit f51acaa

Please sign in to comment.