From 1cb4db0a9820f65064dde0120dae00fb67cec446 Mon Sep 17 00:00:00 2001 From: golabek Date: Fri, 8 Mar 2019 13:05:24 +0100 Subject: 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 --- vid-automation/src/test/resources/features.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vid-automation') diff --git a/vid-automation/src/test/resources/features.properties b/vid-automation/src/test/resources/features.properties index 8ff0db2ab..6f4f4efd4 100644 --- a/vid-automation/src/test/resources/features.properties +++ b/vid-automation/src/test/resources/features.properties @@ -10,5 +10,6 @@ FLAG_COLLECTION_RESOURCE_SUPPORT = true FLAG_NETWORK_TO_ASYNC_INSTANTIATION = true FLAG_SERVICE_MODEL_CACHE = true FLAG_SHOW_ASSIGNMENTS = true -FLAG_SHOW_VERIFY_SERVICE=false +FLAG_SHOW_VERIFY_SERVICE = false FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD = false +FLAG_HANDLE_SO_WORKFLOWS = false \ No newline at end of file -- cgit 1.2.3-korg