From eccd508e64bc3004bc2f1d963feaa3ae88e4e663 Mon Sep 17 00:00:00 2001 From: Luji7 Date: Tue, 24 Oct 2017 15:17:11 +0800 Subject: modify request body for creating service. Change-Id: I80597fa628b1b0b834957caba320f55d8014db47 Issue-id: USECASEUI-53 Signed-off-by: Luji7 --- .../src/main/webapp/app/uui/fusion/scripts/controller/lcmController.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usecaseui-lcm/src/main/webapp/app/uui/fusion/scripts/controller/lcmController.js') diff --git a/usecaseui-lcm/src/main/webapp/app/uui/fusion/scripts/controller/lcmController.js b/usecaseui-lcm/src/main/webapp/app/uui/fusion/scripts/controller/lcmController.js index 498f93e0..95ee1ada 100644 --- a/usecaseui-lcm/src/main/webapp/app/uui/fusion/scripts/controller/lcmController.js +++ b/usecaseui-lcm/src/main/webapp/app/uui/fusion/scripts/controller/lcmController.js @@ -139,6 +139,9 @@ app.controller('lcmCtrl', ['$scope', '$uibModal', '$log', '$http', '$timeout', ' }); return { nodeTemplateName: nestedTemplate.name, + invariantUUID: nestedTemplate.invariantUUID, + uuid: nestedTemplate.uuid, + type: nestedTemplate.type, parameters: nestedParas }; }); -- cgit 1.2.3-korg