From 21cd79ce2ebbebd122f96062125d77217506e3d4 Mon Sep 17 00:00:00 2001 From: suvarnakale Date: Fri, 13 Oct 2023 18:41:25 +0530 Subject: [PATCH] value change of auto attestation to AUTOMATED --- src/app/admin/config-workflow/config-workflow.component.html | 2 +- src/app/admin/config-workflow/config-workflow.component.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/admin/config-workflow/config-workflow.component.html b/src/app/admin/config-workflow/config-workflow.component.html index 6f8b3d0..b96bc2c 100644 --- a/src/app/admin/config-workflow/config-workflow.component.html +++ b/src/app/admin/config-workflow/config-workflow.component.html @@ -29,7 +29,7 @@

{{ entityName }}

+ formControlName="attestation_type" value="AUTOMATED" [defaultChecked]="true"> diff --git a/src/app/admin/config-workflow/config-workflow.component.ts b/src/app/admin/config-workflow/config-workflow.component.ts index 92f7b7e..b31ba92 100644 --- a/src/app/admin/config-workflow/config-workflow.component.ts +++ b/src/app/admin/config-workflow/config-workflow.component.ts @@ -76,7 +76,7 @@ export class ConfigWorkflowComponent implements OnInit { { workflowname: '', issuancesystem: '', - attestation_type: 'auto_attestation', + attestation_type: '', attestorConditions: [ { selectEntity: '', anyOrAllCondition: '', fieldConditions: [{ @@ -297,7 +297,7 @@ export class ConfigWorkflowComponent implements OnInit { { workflowname: '', issuancesystem: '', - attestation_type: 'auto_attestation', + attestation_type: '', attestorConditions: [ { selectEntity: '', anyOrAllCondition: '', fieldConditions: [{