Connect release 25th May 2023 #2

Closed
k.triantafyllou wants to merge 7 commits from develop into master
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 6b634f93e0 - Show all commits

View File

@ -308,13 +308,11 @@ export class AppComponent implements OnInit, OnDestroy {
initAdminToolCommunity(communityId) {
if (communityId) {
this.properties.adminToolsPortalType = "community";
this.properties.adminToolsCommunity = communityId;
if (this.document) {
this.initLayout(communityId);
}
} else {
this.properties.adminToolsPortalType = "connect";
this.properties.adminToolsCommunity = "connect";
if (this.document) {
this.initLayout(this.communityId?this.communityId:'connect');
}