[Connect Admin]: app.component.ts: [Bug fix] Error fixed in Deposit link in menu.
This commit is contained in:
parent
3ab4651ccd
commit
f2362b05cd
|
@ -226,7 +226,7 @@ export class AppComponent implements OnInit {
|
||||||
, null, null, null, null, "_self")
|
, null, null, null, null, "_self")
|
||||||
);
|
);
|
||||||
this.menuItems.push(
|
this.menuItems.push(
|
||||||
new MenuItem("deposit", "Deposit", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/participate/participate/deposit/learn-how", "", false, [], ['/participate/deposit/learn-how'], null, null, null, null, null, "_self")
|
new MenuItem("deposit", "Deposit", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/participate/deposit/learn-how", "", false, [], ['/participate/deposit/learn-how'], null, null, null, null, null, "_self")
|
||||||
);
|
);
|
||||||
this.menuItems.push(
|
this.menuItems.push(
|
||||||
new MenuItem("link", "Link", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/participate/claim", "", false, [], ['/participate/claim'], null, null, null, null, null, "_self",
|
new MenuItem("link", "Link", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/participate/claim", "", false, [], ['/participate/claim'], null, null, null, null, null, "_self",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 201ff990c0b2532951a796b10799ab95cb40c0b0
|
Subproject commit 99ecab0b4e9ceed21424c8fa26ef270b4695b11e
|
Loading…
Reference in New Issue