From 89b3a253bcf6244b4152a42c08ad15922f8bc16f Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Mon, 14 May 2018 14:02:02 +0300 Subject: Add controllerType to In place update flow Change-Id: I133fda81e626fe143b01db0428c7ac581feb2953 Issue-ID: VID-224 Signed-off-by: Sonsino, Ofir (os0695) --- .../modals/new-change-management/new-change-management.controller.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js') diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js index 68f3b02fb..26b1819bf 100644 --- a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js @@ -186,7 +186,8 @@ 'operations_timeout':changeManagement.operationTimeout }; requestParametersData = { - payload: JSON.stringify(payloadObj) + controllerType: changeManagement.controllerType, + payload: JSON.stringify(payloadObj) } }else if(workflowType=="VNF Config Update"){ requestParametersData = { -- cgit 1.2.3-korg