summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/homes.service.ts
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-08-16 01:54:59 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-16 01:54:59 +0000
commite86d393096599044ba5a6a42ad386c9990d61501 (patch)
tree81bd4b9e44be90c0cd2aa94717586081c22c7908 /usecaseui-portal/src/app/homes.service.ts
parent7bf9e819890a3bbf5d36ba6d5f36e93afa55588d (diff)
parentbed34b02106cb0cbfc1584a134384c098c6acfbf (diff)
Merge "date based comments removed"
Diffstat (limited to 'usecaseui-portal/src/app/homes.service.ts')
-rw-r--r--usecaseui-portal/src/app/homes.service.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/homes.service.ts b/usecaseui-portal/src/app/homes.service.ts
index 04b1199c..b9b9d5bf 100644
--- a/usecaseui-portal/src/app/homes.service.ts
+++ b/usecaseui-portal/src/app/homes.service.ts
@@ -120,11 +120,11 @@ export class HomesService {
return this.http.get<any>(httpurl);
}
- //2019.1.2 add listSortMasters
+
getListSortMasters(){
return this.http.get<any>(this.url.listSortMasters);
}
- //2019.05.08 add
+
getCurrentLanguage(currentloginId){
let url=this.url.currentLanguage+currentloginId;
return this.http.get<any>(url);