Skip to content

Commit

Permalink
WW-5149 Makes labelPosition preferred option than labelposition
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Nov 25, 2021
1 parent 43358de commit 62d46b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected void populateParams() {
uiBean.setDisabled(disabled);
uiBean.setLabel(label);
uiBean.setLabelSeparator(labelSeparator);
if (labelposition != null) {
if (labelposition != null && labelPosition == null) {
uiBean.setLabelposition(labelposition);
} else {
uiBean.setLabelPosition(labelPosition);
Expand Down

0 comments on commit 62d46b6

Please sign in to comment.