[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:
parent
d5ce598a13
commit
4328532151
|
@ -187,11 +187,11 @@ export class AppComponent implements OnInit{
|
||||||
'/community-edit-form', false, [], [], {communityId: this.communityId}),
|
'/community-edit-form', false, [], [], {communityId: this.communityId}),
|
||||||
items: []
|
items: []
|
||||||
});
|
});
|
||||||
community.items.push({
|
/*community.items.push({
|
||||||
rootItem: new MenuItem('communityAffiliations', 'Community Organizations', '/organizations',
|
rootItem: new MenuItem('communityAffiliations', 'Community Organizations', '/organizations',
|
||||||
'/organizations', false, [], [], {communityId: this.communityId}),
|
'/organizations', false, [], [], {communityId: this.communityId}),
|
||||||
items: []
|
items: []
|
||||||
});
|
});*/
|
||||||
/*community.items.push({
|
/*community.items.push({
|
||||||
rootItem: new MenuItem('communityLayout', 'Community Layout', '/community-layout',
|
rootItem: new MenuItem('communityLayout', 'Community Layout', '/community-layout',
|
||||||
'/community-layout', false, [], [], {communityId: this.communityId}),
|
'/community-layout', false, [], [], {communityId: this.communityId}),
|
||||||
|
|
|
@ -13,7 +13,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a routerLink="/community-edit-form" [queryParams]="{communityId: this.communityId}" class="uk-button uk-button-text">Edit Community Profile</a><br>
|
<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>
|
<a routerLink="/organizations" [queryParams]="{communityId: this.communityId}" class="uk-button uk-button-text">Edit Community Organizations</a>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="communityId != 'openaire' && this.communityId !== 'connect'" class="uk-card uk-card-default uk-card-body uk-card-hover">
|
<div *ngIf="communityId != 'openaire' && this.communityId !== 'connect'" class="uk-card uk-card-default uk-card-body uk-card-hover">
|
||||||
|
|
Loading…
Reference in New Issue