Skip to content

Commit

Permalink
MID-5711 confirmation message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Sep 3, 2019
1 parent c4cc025 commit e628ae5
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -304,7 +304,12 @@ public String getButtonIconCssClass() {
public InlineMenuItemAction initAction() {
return clonedAction;
}
};

public IModel<String> getConfirmationMessageModel() {
return item.getConfirmationMessageModel();
}

};
}
clonedItem.setId(item.getId());
clonedItem.setVisibilityChecker(item.getVisibilityChecker());
Expand Down

0 comments on commit e628ae5

Please sign in to comment.