fix 404 error code in connect server side (after load a community)
This commit is contained in:
parent
dd8df689b4
commit
8b11478f20
|
@ -165,6 +165,8 @@ export class AppComponent {
|
|||
if (communityId) {
|
||||
this.properties.adminToolsPortalType = "community";
|
||||
this.initLayout(communityId);
|
||||
}else{
|
||||
this.properties.adminToolsPortalType = "connect";
|
||||
}
|
||||
this.configurationService.initCommunityInformation(this.properties, (communityId) ? communityId : this.properties.adminToolsPortalType);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue