Skip to content

Commit

Permalink
Merge pull request #142 from suvarnakale/main
Browse files Browse the repository at this point in the history
value change of auto attestation to AUTOMATED
  • Loading branch information
Pratikshakhandagale authored Oct 13, 2023
2 parents fa15471 + 21cd79c commit 43417db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h4>{{ entityName }}</h4>
<div class="mb-3 d-flex">
<div class="form-check">
<input class="form-check-input" type="radio" [id]="'autoAttestation'+workflowIndex"
formControlName="attestation_type" value="AUTO_ATTESTATION" [defaultChecked]="true">
formControlName="attestation_type" value="AUTOMATED" [defaultChecked]="true">
<label class="form-check-label" [for]="'autoAttestation'+workflowIndex">
{{'AUTO_ATTESTATION' | translate}}
</label>
Expand Down
4 changes: 2 additions & 2 deletions src/app/admin/config-workflow/config-workflow.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class ConfigWorkflowComponent implements OnInit {
{
workflowname: '',
issuancesystem: '',
attestation_type: 'auto_attestation',
attestation_type: '',
attestorConditions: [
{
selectEntity: '', anyOrAllCondition: '', fieldConditions: [{
Expand Down Expand Up @@ -297,7 +297,7 @@ export class ConfigWorkflowComponent implements OnInit {
{
workflowname: '',
issuancesystem: '',
attestation_type: 'auto_attestation',
attestation_type: '',
attestorConditions: [
{
selectEntity: '', anyOrAllCondition: '', fieldConditions: [{
Expand Down

0 comments on commit 43417db

Please sign in to comment.