diff options
author | Einat Vinouze <einat.vinouze@intl.att.com> | 2019-09-11 09:57:27 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-09-11 09:53:29 +0000 |
commit | 77e77f77c89ca1bef622b12c71897ab1ab256216 (patch) | |
tree | cf1934c1cebe666045fb5ec4525ae69120e0abc2 /vid-app-common | |
parent | e33336ffc87630e6ce85bc397f9b00ed2a71c30d (diff) |
Add flag flag_flash_more_actions_button_in_old_view_edit (fixup)
Issue-ID: VID-603
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: If50a1f810a7851e4eaa88ac07fe3a09f381c0e4a
Diffstat (limited to 'vid-app-common')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 3 |
1 files changed, 2 insertions, 1 deletions
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, ; |