From 1cfb08779ea0e00be69e072a940b3063e049fe6b Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Wed, 31 Jan 2018 17:19:00 +0200 Subject: org.onap migration Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino --- .../src/main/webapp/app/vid/scripts/constants/parameterConstants.js | 1 + 1 file changed, 1 insertion(+) (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js') diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js b/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js index 693186af..785f3cab 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js @@ -24,6 +24,7 @@ appDS2.constant("PARAMETER", (function() { return { BOOLEAN : "boolean", SELECT : "select", + MULTI_SELECT : "multi_select", STRING : "string", NUMBER : "number", VALID_VALUES : "valid_values", -- cgit 1.2.3-korg