Update modules before deployment. Remove environemnt condition for resources

This commit is contained in:
Konstantinos Triantafyllou 2022-09-21 12:07:13 +03:00
parent 550411b98a
commit bc0777fecf
3 changed files with 3 additions and 5 deletions

View File

@ -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