Skip to content

Commit

Permalink
Merge pull request finos#7069 from deutschebank/db-contrib/waltz-7064…
Browse files Browse the repository at this point in the history
…-rg-survey-question-col-name

Db contrib/waltz 7064 rg survey question col name
  • Loading branch information
davidwatkins73 authored May 9, 2024
2 parents b18626f + 2f6baf6 commit e327944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public static CommonTableFields<?> determineCommonTableFields(EntityKind kind, S
.table(sq)
.idField(sq.ID)
.parentIdField(null)
.nameField(sq.LABEL)
.nameField(sq.QUESTION_TEXT)
.descriptionField(sq.HELP_TEXT)
.externalIdField(sq.EXTERNAL_ID)
.build();
Expand Down

0 comments on commit e327944

Please sign in to comment.