[Eosc Explore]: aggregators.ts: Added argument for pid to "getMockCommunityInfo()".

This commit is contained in:
Konstantina Galouni 2022-10-03 20:42:02 +03:00
parent 1530ce60ec
commit 777e300c87
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ node_modules/
dist/
.idea/
package-lock.json
.angular

@ -1 +1 @@
Subproject commit a2466083683df7dfafb074221b27189bfbed9565
Subproject commit 3c1623d12c2ae6a9a244ee34b3b22ede23f6680c

View File

@ -162,7 +162,7 @@ border-bottom:1px solid #ced4da;
}
public static getCommunityInfo(): any {
return Portal.getMockCommunityInfo(PortalAggregators.disabled.entities,PortalAggregators.disabled.pages);
return Portal.getMockCommunityInfo(PortalAggregators.eoscInfo.menuId, PortalAggregators.disabled.entities,PortalAggregators.disabled.pages);
}
}

@ -1 +1 @@
Subproject commit bc0edde68dccfc17c1abc5d5aa3721f720aee852
Subproject commit cb006f41395304e085d4ac012c7a031e46458f59