Project

General

Profile

« Previous | Next » 

Revision 61365

[Connect | Angular 11 Branch]

Customization loading Issue for non public communities

View differences:

app.component.ts
183 183
          this.layout = new CustomizationOptions(CustomizationOptions.getIdentity(communityId).mainColor, CustomizationOptions.getIdentity(communityId).secondaryColor);
184 184
        }
185 185
      );
186
    }else{
187
      this.layout = new CustomizationOptions(CustomizationOptions.getIdentity(communityId).mainColor, CustomizationOptions.getIdentity(communityId).secondaryColor);
188 186
    }
189 187
  }
190 188
  public buildMenu(communityId: string) {

Also available in: Unified diff