From: Einat Vinouze Date: Wed, 11 Sep 2019 06:57:27 +0000 (+0300) Subject: Add flag flag_flash_more_actions_button_in_old_view_edit (fixup) X-Git-Tag: 5.0.3~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=77e77f77c89ca1bef622b12c71897ab1ab256216;p=vid.git Add flag flag_flash_more_actions_button_in_old_view_edit (fixup) Issue-ID: VID-603 Signed-off-by: Einat Vinouze Change-Id: If50a1f810a7851e4eaa88ac07fe3a09f381c0e4a --- diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java index f8eaabfda..a400a6168 100644 --- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java +++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java @@ -73,7 +73,8 @@ public enum Features implements Feature { FLAG_1908_MACRO_NOT_TRANSPORT_NEW_VIEW_EDIT, FLAG_PNP_INSTANTIATION, FLAG_HANDLE_SO_WORKFLOWS, - FLAG_CREATE_ERROR_REPORTS + FLAG_CREATE_ERROR_REPORTS, + FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT, ;