Skip to content

Commit

Permalink
Merge pull request #338 from devgateway/fix/OCMAKU-365
Browse files Browse the repository at this point in the history
OCMAKU-365 Turn tooltips back on for certain pages
  • Loading branch information
lilitk authored Oct 14, 2019
2 parents f713dc6 + ff808b8 commit bee37a4
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 bee37a4

Please sign in to comment.