Create group tabs

This commit is contained in:
2021-03-15 18:04:20 +01:00
parent d0812e2d85
commit 9d1ebf5899
11 changed files with 271 additions and 269 deletions

View File

@ -28,7 +28,7 @@ ComunicWeb.pages.virtualDirectory.page = {
//Check if the page is a group
if(r.kind == "group"){
ComunicWeb.pages.groups.pages.group.open(r.id, target);
GroupsPage.open({groupID: r.id}, target);
}
});