diff --git a/extension/portlets/platformNavigation/src/main/java/org/exoplatform/platform/component/UIRelationshipAction.java b/extension/portlets/platformNavigation/src/main/java/org/exoplatform/platform/component/UIRelationshipAction.java index 9907bcd0fd..0b578f2060 100644 --- a/extension/portlets/platformNavigation/src/main/java/org/exoplatform/platform/component/UIRelationshipAction.java +++ b/extension/portlets/platformNavigation/src/main/java/org/exoplatform/platform/component/UIRelationshipAction.java @@ -55,7 +55,7 @@ public void execute(Event 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 event) { return (relationship != null);