[Eosc Explore]: aggregators.ts: Added argument for pid to "getMockCommunityInfo()".
This commit is contained in:
parent
1530ce60ec
commit
777e300c87
|
@ -2,3 +2,4 @@ node_modules/
|
|||
dist/
|
||||
.idea/
|
||||
package-lock.json
|
||||
.angular
|
|
@ -1 +1 @@
|
|||
Subproject commit a2466083683df7dfafb074221b27189bfbed9565
|
||||
Subproject commit 3c1623d12c2ae6a9a244ee34b3b22ede23f6680c
|
|
@ -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
|
Loading…
Reference in New Issue