Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
PLF-8056 The Chat button moves when click on the Connect button (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
trongtt authored and mbensalem committed Oct 2, 2018
1 parent 946d094 commit 7bd4b5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void execute(Event<UIRelationshipAction> event) {
uiAction.getAncestorOfType(UIPortletApplication.class).addMessage(new ApplicationMessage(msgKey, new String[]{}, ApplicationMessage.WARNING));
}
//
event.getRequestContext().addUIComponentToUpdateByAjax(uiAction.getParent());
event.getRequestContext().addUIComponentToUpdateByAjax(uiAction);
}
protected boolean isValid(Event<UIRelationshipAction> event) {
return (relationship != null);
Expand Down

0 comments on commit 7bd4b5d

Please sign in to comment.