Add Pause Functionality from Inside VF Module's Edit Dialog 24/110124/2
authorikram <ikram@research.att.com>
Sun, 12 Jul 2020 14:06:24 +0000 (10:06 -0400)
committerIttay Stern <ittay.stern@att.com>
Mon, 20 Jul 2020 06:53:18 +0000 (06:53 +0000)
commitd2a7755c029d378c531faece1ba44cef48bebae1
tree6e9e6e5af9ef288ec5ba9cb3e34f4a6a6be94b41
parentc8b60b0f9ec5c489df74d34c865446df0ba68c08
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: I90f9933ef445994d410c89e88f6d518a30ff3c60
vid-webpack-master/src/app/shared/components/genericForm/formControlsServices/control.generator.util.service.ts
vid-webpack-master/src/app/shared/components/genericForm/formControlsServices/sharedControlles/shared.controllers.service.ts
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/components/genericFormPopup/genericFormServices/vfModule/vfModule.popup.service.ts