Allow platform multi-selection for VNF in modern UI 72/98672/10
authorYoav Schneiderman <yoav.schneiderman@intl.att.com>
Wed, 20 Nov 2019 14:50:45 +0000 (16:50 +0200)
committerEinat Vinouze <einat.vinouze@intl.att.com>
Tue, 26 Nov 2019 10:41:29 +0000 (12:41 +0200)
commit091343aa4bbf1bd6b882e08113d90685c1c84ffe
treefbef4bda9987a59dff5109cf5cc401f95eb05068
parentee6c513301200be38c3602a4c3084c2ff3bde10c
Allow platform multi-selection for VNF in modern UI

Issue-ID: VID-722
Change-Id: Id87f59fff128e277d9158b83f3908754375c8b01
Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
21 files changed:
features.properties.md
vid-app-common/src/main/java/org/onap/vid/properties/Features.java
vid-automation/src/main/java/org/onap/simulator/presetGenerator/presets/mso/PresetMSOCreateVnfALaCarteCypress2.java
vid-automation/src/main/java/vid/automation/test/infra/Features.java
vid-automation/src/test/java/org/onap/vid/api/AsyncInstantiationALaCarteApiTest.java
vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json
vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json
vid-automation/src/test/resources/features.properties
vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts
vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json
vid-webpack-master/cypress/support/steps/genericForm/genericFormAction.steps.ts
vid-webpack-master/src/app/shared/components/formControls/component/multiselect/multiselect.formControl.component.html
vid-webpack-master/src/app/shared/components/formControls/component/multiselect/multiselect.formControl.component.spec.ts [deleted file]
vid-webpack-master/src/app/shared/components/formControls/component/multiselect/multiselect.formControl.component.ts
vid-webpack-master/src/app/shared/components/formControls/component/multiselect/multiselect.formControl.service.ts [new file with mode: 0644]
vid-webpack-master/src/app/shared/components/formControls/component/multiselect/multiselect.model.ts [new file with mode: 0644]
vid-webpack-master/src/app/shared/components/genericForm/formControlsServices/vnfGenerator/vnf.control.generator.spec.ts
vid-webpack-master/src/app/shared/components/genericForm/formControlsServices/vnfGenerator/vnf.control.generator.ts
vid-webpack-master/src/app/shared/components/genericForm/generic-form.component.html
vid-webpack-master/src/app/shared/models/formControlModels/multiselectFormControl.model.ts
vid-webpack-master/src/app/shared/shared.module.ts