Skip to content

Commit

Permalink
MID-6034 Add to Cart confirmation messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 22, 2020
1 parent 5acf951 commit 6fefdd4
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -499,8 +499,11 @@ private UserType getTargetUser(){
}

protected void assignmentAddedToShoppingCartPerformed(AjaxRequestTarget target){
getPage().success(getPageBase().createStringResource("AbstractShoppingCartTabPanel.itemIsAddedToShoppingCart",
getRoleCatalogStorage().getAssignmentShoppingCart().size()).getString());
getPageBase().reloadShoppingCartIcon(target);
target.add(AbstractShoppingCartTabPanel.this);
target.add(getPageBase().getFeedbackPanel());
}

protected QName getNewAssignmentRelation() {
Expand Down

0 comments on commit 6fefdd4

Please sign in to comment.