commit | ea5e43cc939f2010b4f4c97cb8d346c91348fbba | [log] [tgz] |
---|---|---|
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | Sun Apr 15 09:06:57 2018 +0300 |
committer | Einav Keidar <einavw@amdocs.com> | Sun Apr 15 07:55:06 2018 +0000 |
tree | 23e0d347103d16099ec3ca657ab246088cf88d01 | |
parent | 894285bfa9ccacde35b1e94e07856b53971e2559 [diff] [blame] |
Onboarding filter Issue-ID: SDC-1187 Change-Id: I74ce464c8ee4060c381b094d26d1ded270cdf40d Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
diff --git a/openecomp-ui/src/sdc-app/onboarding/licenseModel/creation/LicenseModelCreationReducer.js b/openecomp-ui/src/sdc-app/onboarding/licenseModel/creation/LicenseModelCreationReducer.js index 7137230..5922a47 100644 --- a/openecomp-ui/src/sdc-app/onboarding/licenseModel/creation/LicenseModelCreationReducer.js +++ b/openecomp-ui/src/sdc-app/onboarding/licenseModel/creation/LicenseModelCreationReducer.js
@@ -40,7 +40,8 @@ errorText: '', validations: [ { type: 'required', data: true }, - { type: 'maxLength', data: 25 } + { type: 'maxLength', data: 25 }, + { type: 'validateName', data: true } ] } }