[Trunk|Admin]: Remove organizations from sidebar and dashboard for beta release.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56281 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-07-01 09:03:53 +00:00
parent d5ce598a13
commit 4328532151
2 changed files with 4 additions and 2 deletions

View File

@ -187,11 +187,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}),

View File

@ -13,7 +13,9 @@
</div>
<div>
<a routerLink="/community-edit-form" [queryParams]="{communityId: this.communityId}" class="uk-button uk-button-text">Edit Community Profile</a><br>
<!--
<a routerLink="/organizations" [queryParams]="{communityId: this.communityId}" class="uk-button uk-button-text">Edit Community Organizations</a>
-->
</div>
</div>
<div *ngIf="communityId != 'openaire' && this.communityId !== 'connect'" class="uk-card uk-card-default uk-card-body uk-card-hover">