[develop | DONE | CHANGED] remove default properties footer in case of community dashboard
This commit is contained in:
parent
159a175089
commit
9d54e942b7
|
@ -376,6 +376,7 @@ export class AppComponent implements OnInit, OnDestroy {
|
||||||
if (this.community && !ConnectHelper.isPrivate(this.community, this.user)) {
|
if (this.community && !ConnectHelper.isPrivate(this.community, this.user)) {
|
||||||
this.communityId = this.community.communityId;
|
this.communityId = this.community.communityId;
|
||||||
this.initAdminToolCommunity(this.communityId);
|
this.initAdminToolCommunity(this.communityId);
|
||||||
|
this.properties.footerGrantText = ""; //
|
||||||
this.header = {
|
this.header = {
|
||||||
// url: 'https://' + (this.properties.environment == 'beta' ? 'beta.' : '') + this.community.id + '.openaire.eu',
|
// url: 'https://' + (this.properties.environment == 'beta' ? 'beta.' : '') + this.community.id + '.openaire.eu',
|
||||||
route: "/",
|
route: "/",
|
||||||
|
|
Loading…
Reference in New Issue