diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2020-01-20 09:05:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-20 09:05:18 +0000 |
commit | dfcca5853eacb0e0d3bdd6370c724503c34194be (patch) | |
tree | 0efce6c0f0dd3024ec747b6861259bf2b582702b /vid-app-common/src/main/java/org | |
parent | 4eec8e17cd8bec3192b7c6f5f225ef03186f8cde (diff) | |
parent | 59eaa5abcc93e8c215f673a6fda18845eb6e51b7 (diff) |
Merge "Async MSO error visibility: let open "retry" from Audit-info"
Diffstat (limited to 'vid-app-common/src/main/java/org')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 1 |
1 files changed, 1 insertions, 0 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 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, ; |