Introduced dynamic workflow properties in VID FE 81/78681/5
authorgolabek <tomasz.golabek@nokia.com>
Thu, 14 Feb 2019 14:13:04 +0000 (15:13 +0100)
committergolabek <tomasz.golabek@nokia.com>
Fri, 22 Feb 2019 11:30:24 +0000 (12:30 +0100)
commit3c6a1844083f02796e67fd185306a8d0cdd7da07
tree4ce0ecaaf6e2c513f88e384d42dc0ce5aa824d22
parentf5f3e8ee869ab0359dd4768f4b6bf554b5cc1371
Introduced dynamic workflow properties in VID FE

VID FE will get workflows from SO API (mocked at this moment),then call SO for the parameters and dynamically render those parameters on the
page.
(contains PR of @Wojciech Sliwka about mocked parameters API from SO)

Change-Id: If2cd156cd96a120e79746a4da44d4926f8d6cbcf
Issue-ID: VID-398
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
deliveries/src/main/docker/docker-files/docker-compose.yml
vid-app-common/src/main/java/org/onap/vid/controller/WebConfig.java
vid-app-common/src/main/java/org/onap/vid/model/SOWorkflows.kt
vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.test.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/services/change-management.service.js