From 97cffb810fcf3d3f02d814827f24adc090cf8e2e Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 17 Jul 2019 13:26:12 +0300 Subject: Merge from ecomp 3374149f - AngularJS UI Issue-ID: VID-378 Change-Id: I6b3243b492009035c911f63b93258ea76938fcb9 Signed-off-by: Ittay Stern --- .../src/main/webapp/app/vid/scripts/constants/fieldConstants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js') diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js b/vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js index 6b77cb0b6..a46013010 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js @@ -187,7 +187,7 @@ appDS2.factory("FIELD", ["PARAMETER", function (PARAMETER) { SERVICE_UUID : "Service UUID", SERVICE_VERSION : "Service Version", SUBSCRIBER_NAME : "Subscriber Name", - MOBILITY : "Mobility", + EMANUEL : "Emanuel", SUPPRESS_ROLLBACK : "Suppress Rollback on Failure", SDN_C_PRELOAD : "SDN-C Pre-Load", UPLOAD_SUPPLEMENTORY_DATA_FILE : "Upload Supplementary Data file", @@ -488,7 +488,7 @@ appDS2.factory("FIELD", ["PARAMETER", function (PARAMETER) { LINE_OF_BUSINESS: { name: NAME.LINE_OF_BUSINESS, id: ID.LINE_OF_BUSINESS, - type: PARAMETER.MULTI_SELECT, + type: PARAMETER.SELECT, isEnabled: true, prompt: PROMPT.LINE_OF_BUSINESS, isRequired: false -- cgit 1.2.3-korg