diff options
author | golabek <tomasz.golabek@nokia.com> | 2019-03-08 13:05:24 +0100 |
---|---|---|
committer | golabek <tomasz.golabek@nokia.com> | 2019-03-11 11:37:33 +0100 |
commit | 1cb4db0a9820f65064dde0120dae00fb67cec446 (patch) | |
tree | 194c67c9a4c4c355150d1324cfb7f2e7f568efed /vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties | |
parent | e2617e9d5b82f2605e1660750a0dae96a077d83f (diff) |
Introduced feature toggle for workflows API
FLAG_HANDLE_SO_WORKFLOWS was added to list of flags and used in js
Change-Id: I720cd01b001fd1be75ec49628d7bb4b04f883384
Issue-ID: VID-398
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties')
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties index d82b043c5..8ba148465 100644 --- a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties @@ -8,6 +8,7 @@ FLAG_COLLECTION_RESOURCE_SUPPORT = true FLAG_NETWORK_TO_ASYNC_INSTANTIATION = false FLAG_SERVICE_MODEL_CACHE = true FLAG_SHOW_ASSIGNMENTS = true +FLAG_HANDLE_SO_WORKFLOWS = true FLAG_SHOW_VERIFY_SERVICE = true FLAG_DUPLICATE_VNF = true |