Skip to content

Commit

Permalink
Merge pull request #1138 from axonivy-market/feature/IVYPORTAL-17815-…
Browse files Browse the repository at this point in the history
…Custom-field-column-take-a-lot-space-in-the-widgets-LE1

IVYPORTAL-17815: Add custom field column style
  • Loading branch information
chnam-axonivy authored Oct 16, 2024
2 parents 80288a0 + 18aaa43 commit bba53f4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ public void initDefaultValue() {
if (isNull(this.userFilterList)) {
this.userFilterList = new ArrayList<>();
}
if (isNull(this.style)) {
this.style = getDefaultStyle();
}
}

@JsonIgnore
Expand Down

0 comments on commit bba53f4

Please sign in to comment.