diff options
author | ilanap <ilanap@amdocs.com> | 2017-09-27 11:41:19 +0300 |
---|---|---|
committer | ilanap <ilanap@amdocs.com> | 2017-09-27 11:41:19 +0300 |
commit | cb1d48383b166c9b3fa8f9034b28fb3e662c1d80 (patch) | |
tree | ec863c9cd809adb2d7d1ba2529ac3572d4a8ad60 /openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseAgreement/LicenseAgreementConstants.js | |
parent | 49d34b776677ca50c1d5b464d7b7b6dfe4c685c0 (diff) |
Fix orphan list for VLMs
Fix the orphan list where feature groups stayed orphans after a license
agreement that contains them was created.
Issue-ID: SDC-407
Change-Id: I80b20e46fb4077ba0632e897437cfd795f134ad1
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseAgreement/LicenseAgreementConstants.js')
-rw-r--r-- | openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseAgreement/LicenseAgreementConstants.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseAgreement/LicenseAgreementConstants.js b/openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseAgreement/LicenseAgreementConstants.js index 40bef2c181..181171d4cd 100644 --- a/openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseAgreement/LicenseAgreementConstants.js +++ b/openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseAgreement/LicenseAgreementConstants.js @@ -19,8 +19,6 @@ import InputOptions, {other as optionInputOther} from 'nfvo-components/input/val export const actionTypes = keyMirror({ LICENSE_AGREEMENT_LIST_LOADED: null, - ADD_LICENSE_AGREEMENT: null, - EDIT_LICENSE_AGREEMENT: null, DELETE_LICENSE_AGREEMENT: null, licenseAgreementEditor: { |