Skip to content

Commit

Permalink
Pull request finos#373: Fix report grid survey question column name
Browse files Browse the repository at this point in the history
Merge in WALTZ/waltz from WALTZ/waltz-jws:CTCTOWALTZ-3173-report-grid-survey-col-names-fix-7064 to db-feature/waltz-7064-rg-survey-question-col-name

* commit '75d9d2102c8c2e0d830b0c2ed1b02c4f339f5760':
  Fix report grid survey question column name
  • Loading branch information
jessica-woodland-scott-db committed May 8, 2024
2 parents ca13b39 + 75d9d21 commit 2f6baf6
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 2f6baf6

Please sign in to comment.