Skip to content

Commit 126fb44

Browse files
Merge pull request #6847 from deutschebank/db-contrib/waltz-6845-survey-cle-validation
survey cle validation
2 parents fdb53b7 + b9e081f commit 126fb44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

waltz-service/src/main/java/org/finos/waltz/service/survey/SurveyInstanceUtilities.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public static Optional<? extends Object> getVal(SurveyQuestion question,
3131
case PERSON:
3232
return resp.entityResponse();
3333
case MEASURABLE_MULTI_SELECT:
34+
case LEGAL_ENTITY:
3435
return resp.entityListResponse();
3536
default:
3637
return Optional.empty();

0 commit comments

Comments
 (0)