Add controllerType to In place update flow
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / modals / new-change-management / new-change-management.controller.js
index 68f3b02..26b1819 100644 (file)
                                                        'operations_timeout':changeManagement.operationTimeout
                                                };
                                                requestParametersData = {
-                                                       payload: JSON.stringify(payloadObj)
+                            controllerType: changeManagement.controllerType,
+                            payload: JSON.stringify(payloadObj)
                                                }
                                        }else if(workflowType=="VNF Config Update"){
                                                requestParametersData = {