diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-07-31 15:54:21 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-07-31 15:54:21 +0300 |
commit | ad28fa7ab9eda390ec0d816acf9eb17b145f9cef (patch) | |
tree | cd8ab432e4f79c6151a76f6fe527211a965eebd5 | |
parent | 0d37e2c3db490fac0b7b7e53612dbf9450bb2841 (diff) |
Bugfix: Revert soft-delete to restore VF-module deletion
Issue-ID: VID-503
Change-Id: I2c815288140116d0c5bd4630f2688132a033a16c
Signed-off-by: Ittay Stern <ittay.stern@att.com>
-rw-r--r-- | docs/release-notes.rst | 19 | ||||
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties | 2 | ||||
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties | 2 |
3 files changed, 21 insertions, 2 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index cdf1644bf..3893b42d6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -3,6 +3,25 @@ VID Release Notes ================= +Version: 5.0.0 +-------------- + +**Resolved Issues** + + +**Security Notes** + + + +Version: 4.3.2 +-------------- + +**Resolved Issues** + +Reverted the soft-delete feature, to resolve this: + - `VID-503 <https://jira.onap.org/browse/VID-503>`_ Delete VF module does not trigger any action + + Version: 4.3.0 -------------- diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties index 96903a4c7..123c15ee6 100644 --- a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties @@ -27,7 +27,7 @@ FLAG_SHIFT_VFMODULE_PARAMS_TO_VNF = true FLAG_EXP_ANY_ALACARTE_NEW_INSTANTIATION_UI=false FLAG_1810_CR_ADD_CLOUD_OWNER_TO_MSO_REQUEST=true FLAG_1810_CR_LET_SELECTING_COLLECTOR_TYPE_UNCONDITIONALLY=true -FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE = true +FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE = false FLAG_1810_AAI_LOCAL_CACHE = true FLAG_1902_NEW_VIEW_EDIT= false FLAG_EXP_USE_DEFAULT_HOST_NAME_VERIFIER = false diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties index 66435b024..23c5b255a 100644 --- a/vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties @@ -10,7 +10,7 @@ FLAG_FABRIC_CONFIGURATION_ASSIGNMENTS = true FLAG_PRESENT_PROVIDER_NETWORKS_ASSOCIATIONS = true FLAG_1810_CR_ADD_CLOUD_OWNER_TO_MSO_REQUEST = true FLAG_1810_CR_LET_SELECTING_COLLECTOR_TYPE_UNCONDITIONALLY = true -FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE = true +FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE = false FLAG_1810_AAI_LOCAL_CACHE = true FLAG_EXP_USE_DEFAULT_HOST_NAME_VERIFIER = false FLAG_HANDLE_SO_WORKFLOWS = true |