From 59eaa5abcc93e8c215f673a6fda18845eb6e51b7 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Thu, 16 Jan 2020 13:30:34 +0200 Subject: Async MSO error visibility: let open "retry" from Audit-info On the "audit info" modal (available on Instantiation Status page), show a link navigating to read-only RETRY page with more audit info. Issue-ID: VID-749 Change-Id: I070336059859668292af31c187a7672c68962832 Signed-off-by: Ittay Stern --- vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 1 + 1 file changed, 1 insertion(+) (limited to 'vid-app-common/src/main/java/org/onap') 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 8a944a9ab..74f7d4e0b 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 @@ -83,6 +83,7 @@ public enum Features implements Feature { FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE, FLAG_2004_INSTANTIATION_TEMPLATES_POPUP, FLAG_2002_UNLIMITED_MAX, + FLAG_MORE_AUDIT_INFO_LINK_ON_AUDIT_INFO, ; -- cgit 1.2.3-korg