diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 20d073c..4a464c2 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -212,11 +212,11 @@ export class AppComponent implements OnInit{ '/community-edit-form', false, [], [], {communityId: this.communityId}), items: [] }); - /*community.items.push({ + community.items.push({ rootItem: new MenuItem('communityAffiliations', 'Community Organizations', '/organizations', '/organizations', false, [], [], {communityId: this.communityId}), items: [] - });*/ + }); /*community.items.push({ rootItem: new MenuItem('communityLayout', 'Community Layout', '/community-layout', '/community-layout', false, [], [], {communityId: this.communityId}), diff --git a/src/app/pages/affiliations/affiliations.component.ts b/src/app/pages/affiliations/affiliations.component.ts index f22e0e2..a3d9539 100644 --- a/src/app/pages/affiliations/affiliations.component.ts +++ b/src/app/pages/affiliations/affiliations.component.ts @@ -137,8 +137,6 @@ export class AffiliationsComponent implements OnInit { } else { HelperFunctions.scroll(); - console.info(this.affiliation); - this.showLoading = true; this.affiliationService.updateAffiliation(this.properties.communityAPI + this.communityId + '/organizations', @@ -190,8 +188,6 @@ export class AffiliationsComponent implements OnInit { } removeAffiliation() { - console.info(this.affiliations[this.index]); - console.info(this.affiliation); if(!this.curatorAffiliations) { HelperFunctions.scroll(); diff --git a/src/app/pages/dashboard/dashboard.component.html b/src/app/pages/dashboard/dashboard.component.html index 4976ffe..f6676ce 100644 --- a/src/app/pages/dashboard/dashboard.component.html +++ b/src/app/pages/dashboard/dashboard.component.html @@ -13,9 +13,7 @@
Edit Community Profile
-