Skip to content

Commit

Permalink
OCMAKU-360 Procurement plan items not filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostelnicu committed Oct 14, 2019
1 parent 865dd53 commit ff808b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public abstract class GenericBootstrapFormComponent<TYPE, FIELD extends FormComp
private TooltipConfig.OpenTrigger configWithTrigger = TooltipConfig.OpenTrigger.hover;

// use a flag if we need to display a Tooltip since StringResourceModel it's expensive
private Boolean showTooltip = false;
private Boolean showTooltip = true;

private final IModel<String> labelModel;

Expand Down

0 comments on commit ff808b8

Please sign in to comment.