aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-dao
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2023-05-12 12:37:02 +0100
committerMichael Morris <michael.morris@est.tech>2023-05-17 10:03:18 +0000
commit38eaf2ddd678a837e2bfed25d5b4b45d72fce338 (patch)
treef29e12b7cb8d35ced709eed5dda1a476b90f3239 /catalog-dao
parent087d44cbb9d388c3a6c720ee9a6349bcaf6a1f04 (diff)
Disabling archive functionality for normatives
Issue-ID: SDC-4497 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: If7ce7205543682697a2b787aebfd4c8a3da25db7
Diffstat (limited to 'catalog-dao')
-rw-r--r--catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java b/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java
index e9d7baed2f..7daf693917 100644
--- a/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java
+++ b/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java
@@ -132,6 +132,7 @@ public enum ActionStatus {
INVALID_NODE_TYPES_YAML,
//system deployed resources
CANNOT_DELETE_SYSTEM_DEPLOYED_RESOURCES,
+ CANNOT_ARCHIVE_SYSTEM_DEPLOYED_RESOURCES,
TOSCA_GET_FUNCTION_INPUTS_ONLY_SELF_ERROR,
TOSCA_GET_FUNCTION_INPUTS_NOT_FOUND,
TOSCA_GET_FUNCTION_TYPE_DIVERGE,