Skip to content

Commit

Permalink
Merge pull request #354 from opencrvs/8228-deprecate-signature-relate…
Browse files Browse the repository at this point in the history
…d-feature-flags

INFORMANT_SIGNATURE & INFORMANT_SIGNATURE_REQUIRED are now deprecated…
  • Loading branch information
tareq89 authored Jan 21, 2025
2 parents d5b1393 + 1e79705 commit 20e0537
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ INSERT CSV ROWS IN ENGLISH ONLY

- TBC

## 1.6.2 Release candidate

### Deprecated

- `INFORMANT_SIGNATURE` & `INFORMANT_SIGNATURE_REQUIRED` are now deprecated

## 1.6.1 (TBD)

### Bug fixes
Expand Down
4 changes: 1 addition & 3 deletions src/api/application/application-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ export const applicationConfig = {
DEATH_REGISTRATION: true,
MARRIAGE_REGISTRATION: false,
EXTERNAL_VALIDATION_WORKQUEUE: false,
INFORMANT_SIGNATURE: false,
PRINT_DECLARATION: false,
DATE_OF_BIRTH_UNKNOWN: true,
INFORMANT_SIGNATURE_REQUIRED: false
DATE_OF_BIRTH_UNKNOWN: true
},
USER_NOTIFICATION_DELIVERY_METHOD: 'email', // or 'sms', or '' ... You can use 'sms' for WhatsApp
INFORMANT_NOTIFICATION_DELIVERY_METHOD: 'email', // or 'sms', or '' ... You can use 'sms' for WhatsApp
Expand Down

0 comments on commit 20e0537

Please sign in to comment.