From 164c828ee8001b0e61a88d6f5ad75f68705db089 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 20 Jun 2017 11:47:01 +0100 Subject: [PATCH] [ADF-847] upgrade to use application configuration service (#1986) * migrate core lib to use server-side app config * fix unit tests * update Search tests - update tests - upgrade tests to use TestBed * update UserInfo tests * update Social tests * update tests * update unit tests * cleanup old code * update about page * update demo shell readme * dev and prod configurations --- demo-shell-ng2/app.config.json | 7 ------- demo-shell-ng2/app/app.component.html | 2 -- demo-shell-ng2/app/components/about/about.component.ts | 4 ++++ 3 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 demo-shell-ng2/app.config.json diff --git a/demo-shell-ng2/app.config.json b/demo-shell-ng2/app.config.json deleted file mode 100644 index 0e8f560881..0000000000 --- a/demo-shell-ng2/app.config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ecmHost": "http://localhost:3000/ecm", - "bpmHost": "http://localhost:3000/bpm", - "application": { - "name": "Alfresco" - } -} diff --git a/demo-shell-ng2/app/app.component.html b/demo-shell-ng2/app/app.component.html index 47978f9fda..2bf8faf0ae 100644 --- a/demo-shell-ng2/app/app.component.html +++ b/demo-shell-ng2/app/app.component.html @@ -22,7 +22,6 @@ Process Services Form Login - Settings @@ -61,7 +60,6 @@ Tag Social About - Settings