From bacc715f10f5c648d61f0720120b14aadebf9a77 Mon Sep 17 00:00:00 2001 From: svishnev Date: Mon, 5 Nov 2018 12:11:30 +0200 Subject: keyMirror with namespace Issue-ID: SDC-1873 Change-Id: Ib8e810397578610cd7e0cba64e10ecc38d67f5eb Signed-off-by: svishnev --- .../entitlementPools/EntitlementPoolsConstants.js | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'openecomp-ui/src/sdc-app/onboarding/licenseModel/entitlementPools') 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: { -- cgit 1.2.3-korg