From 9ea12fd1258226bdf1827432c6f5a6d3d8b17d0e Mon Sep 17 00:00:00 2001 From: Luji7 Date: Thu, 3 Nov 2016 12:31:34 +0800 Subject: Issue-Id: GSO-88 Fix parameter error Change-Id: I7c907111888797f0afebdda16bdea390b33c473b Signed-off-by: Luji7 --- .../portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html index 5d75323f..d33975fd 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/InputData.html @@ -59,7 +59,7 @@ } } else{ - var nameObj = {name:key,showName:key}; + var nameObj = {i18nKey:key,showName:key}; name = showName(nameObj); } $("body").append('
'); -- cgit 1.2.3-korg