Add Pause Functionality from Inside VF Module's Edit Dialog 08/110108/6
authorikram <ikram@research.att.com>
Wed, 15 Jul 2020 21:45:37 +0000 (17:45 -0400)
committerIttay Stern <ittay.stern@att.com>
Mon, 20 Jul 2020 07:37:59 +0000 (10:37 +0300)
commit6cb5548d03e0aaf044a46d2edd2912647e01d23e
tree79573979fdd6b0baa2d9abe01abf9014a9aea14e
parentd50f96bf6dc183b49c2a5d4e7d729066ac129527
Add Pause Functionality from Inside VF Module's Edit Dialog

Issue-ID: VID-858

Allow user to choose adding (and removing) Pause points from within the Edit Dialog of the VF Module. Currently, the support of adding is only from the vertical ellipsis menu. Also, there is currently no option of removing the pause point. This functionality will allow this to happen as well since inside the Edit dialog, the option is a checkbox which can now unchecked. Note: removing the pause point from within the vertical ellipse after being added will be covered in a separate user story. However, the desired functionality can still be reached using this commit as describe above.

Signed-off-by: ikram <ikram@research.att.com>
Change-Id: Ife22df1ce5f7891b595b78cb30cbf82948fae744
Signed-off-by: Ittay Stern <ittay.stern@att.com>
vid-webpack-master/cypress/support/jsonBuilders/mocks/jsons/flags.cypress.json
vid-webpack-master/src/app/shared/components/genericForm/formControlsServices/vfModuleGenerator/vfModule.control.generator.spec.ts
vid-webpack-master/src/app/shared/components/genericForm/formControlsServices/vfModuleGenerator/vfModule.control.generator.ts
vid-webpack-master/src/app/shared/services/featureFlag/feature-flags.service.ts