Update modules before deployment. Remove environemnt condition for resources
This commit is contained in:
parent
550411b98a
commit
bc0777fecf
|
@ -154,9 +154,7 @@ export class AppComponent {
|
|||
this.menuItems.push(
|
||||
new MenuItem("stakeholders", "Browse " + this.stakeholderEntities.STAKEHOLDERS, "", "/browse", false, [], null, {})
|
||||
);
|
||||
if(this.properties.environment !== 'production') {
|
||||
this.resourcesService.setResourcesDeprecated(this.menuItems);
|
||||
}
|
||||
this.resourcesService.setResources(this.menuItems);
|
||||
this.menuItems.push(
|
||||
new MenuItem("about", "About", "", "/about", false, [], null, {})
|
||||
);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4cec2907da5e1bf55cf59930c23dd9a45c569b89
|
||||
Subproject commit 05cfd20bb9376b39ef8482c90be1c5d3d5b8f6cd
|
|
@ -1 +1 @@
|
|||
Subproject commit f085a90973b216b89065848dba864e2d581acc84
|
||||
Subproject commit bc0edde68dccfc17c1abc5d5aa3721f720aee852
|
Loading…
Reference in New Issue