add 'develop' menu entry and update submodules
This commit is contained in:
parent
fdf97553ad
commit
fa6cb6cce3
|
@ -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
|
Loading…
Reference in New Issue