Skip to content

Commit

Permalink
Merge pull request #6847 from deutschebank/db-contrib/waltz-6845-surv…
Browse files Browse the repository at this point in the history
…ey-cle-validation

survey cle validation
  • Loading branch information
davidwatkins73 authored Nov 7, 2023
2 parents fdb53b7 + b9e081f commit 126fb44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public static Optional<? extends Object> getVal(SurveyQuestion question,
case PERSON:
return resp.entityResponse();
case MEASURABLE_MULTI_SELECT:
case LEGAL_ENTITY:
return resp.entityListResponse();
default:
return Optional.empty();
Expand Down

0 comments on commit 126fb44

Please sign in to comment.