Project

General

Profile

« Previous | Next » 

Revision 59368

[use-UoaAdminToolsLibrary | Connect]: app.component.ts: [Bug fix] In <subscribe> change value of input parameter communityId from communityId to community.id (communityId not yet initlialized always).

View differences:

app.component.ts
48 48
        </main>
49 49
      </div>
50 50
      <div id="subscribeAndInviteBtn" *ngIf="isClient && properties && community">
51
        <subscribe [communityId]="communityId" [properties]="properties"></subscribe>
51
        <subscribe [communityId]="community.id" [properties]="properties"></subscribe>
52 52
        <invite *ngIf="managerOfCommunities" [longView]=false [buttonSizeSmall]=false [properties]="properties"></invite>
53 53
      </div>
54 54
      <!--feedback *ngIf= "isClient && properties" portalName="Connect" [feedbackQuestionaire]=properties.feedbackQuestionaire></feedback-->

Also available in: Unified diff