Skip to content

Commit

Permalink
fix doTestConfiguration for displayExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
h1dden-da3m0n committed Nov 14, 2021
1 parent 64dac20 commit 01a0271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public FormValidation doTestConfiguration(@AncestorInPath final Item context,
mimeType,
0,
valueExpression,
displayExpression,
StringUtils.isNotBlank(displayExpression) ? displayExpression : "$",
filter,
valueOrder);

Expand Down

0 comments on commit 01a0271

Please sign in to comment.