add 'develop' menu entry and update submodules

This commit is contained in:
Alex Martzios 2022-07-25 15:09:28 +03:00
parent fdf97553ad
commit fa6cb6cce3
3 changed files with 5 additions and 2 deletions

View File

@ -259,6 +259,10 @@ export class AppComponent implements OnInit {
new MenuItem("", "Projects and funding Opportunities", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/projects", "", false, [], ["/projects"], null, null, null, null, null, "_self")
]
});
this.menuItems.push({
rootItem: new MenuItem("develop", "Develop", "https://"+(properties.environment == "beta" ? "beta." : "")+this.community.communityId+".openaire.eu/develop", "", false, [], [], null, null, null, null, null, "_self"),
items: []
});
// if (this.isManager) {
this.menuItems.push(
{

@ -1 +1 @@
Subproject commit 6be94301fac52105f9034d5d4b7228b441304b97
Subproject commit 71437f208599735b6eb9ee9fe769111c9f26e3ee

@ -1 +0,0 @@
Subproject commit 3027af352f9bc72d8870550d61138d66e219cb32