Fix issue when responding to a group invitation.

This commit is contained in:
Pierre HUBERT 2018-09-02 17:39:00 +02:00
parent 8f65890f29
commit 34f652d3bf

View File

@ -105,7 +105,7 @@ ComunicWeb.pages.groups.sections.membershipBlock = {
notify("An error occurred while trying to respond to the invitation!", "danger");
//Refresh the component
refresh_component();
ComunicWeb.common.page.refresh_current_page();
});
}