diff options
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-11-05 12:11:30 +0200 |
---|---|---|
committer | Einav Keidar <einavw@amdocs.com> | 2018-12-03 09:27:16 +0000 |
commit | bacc715f10f5c648d61f0720120b14aadebf9a77 (patch) | |
tree | b3dfb96845fff76f36d723261d6ad92d23271318 /openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools | |
parent | c97bae74316ddae5121dc361a7631a8cdaa335b0 (diff) |
keyMirror with namespace
Issue-ID: SDC-1873
Change-Id: Ib8e810397578610cd7e0cba64e10ecc38d67f5eb
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools')
-rw-r--r-- | openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools/EntitlementPoolsConstants.js | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools/EntitlementPoolsConstants.js b/openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools/EntitlementPoolsConstants.js index ab0f3dd100..d4a2f0954c 100644 --- a/openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools/EntitlementPoolsConstants.js +++ b/openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools/EntitlementPoolsConstants.js @@ -19,15 +19,18 @@ import InputOptions, { other as optionInputOther } from 'nfvo-components/input/validation/InputOptions.jsx'; -export const actionTypes = keyMirror({ - ENTITLEMENT_POOLS_LIST_LOADED: 'ENTITLEMENT_POOLS_LIST_LOADED', - entitlementPoolsEditor: { - OPEN: 'epEditor/OPEN', - CLOSE: 'epEditor/CLOSE', - DATA_CHANGED: 'epEditor/DATA_CHANGED', - LIMITS_LIST_LOADED: 'epEditor/LIMITS_LIST_LOADED' - } -}); +export const actionTypes = keyMirror( + { + ENTITLEMENT_POOLS_LIST_LOADED: null, + entitlementPoolsEditor: { + OPEN: null, + CLOSE: null, + DATA_CHANGED: null, + LIMITS_LIST_LOADED: null + } + }, + 'entitlementPoolsEditor' +); export const enums = keyMirror({ SELECTED_FEATURE_GROUP_TAB: { |