Skip to content

Commit

Permalink
Merge branch 'update-details-exists-conditionals' of github.com:openc…
Browse files Browse the repository at this point in the history
…rvs/opencrvs-countryconfig into test-changed-conditionals
  • Loading branch information
Zangetsu101 committed Dec 4, 2024
2 parents 13cf45c + 6af6c00 commit 81e34ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ INSERT CSV ROWS IN ENGLISH ONLY
### Bug fixes

- Fix a typo in the birth certificate svg code that was causing the birth certificate to fail to render in the `print certified copy` flow. [7886](https://github.com/opencrvs/opencrvs-core/issues/7886)
- We make sure that the automatic cleanup job only runs before deployment (instead of cron schedule cleanup).
- Previously it was possible MongoDB replica set and users were left randomly uninitialised after a deployment. MongoDB initialisation container now retries on failure.
- On some machines 'file' utility was not preinstalled causing provision to fail. We now install the utility if it doesn't exist.

## 1.6.0 Release candidate
## 1.6.0

### Breaking changes

Expand Down Expand Up @@ -99,6 +102,7 @@ INSERT CSV ROWS IN ENGLISH ONLY
5. 'PHONE_NUMBER',
6. 'EMAIL'
- Updated `allowedFileFormats` in signature fields to use MIME types (`image/png`, `image/jpg`, `image/jpeg`, `image/svg`) instead of simple file extensions. If you are already using the `allowedFileFormats` field in your implementation, please ensure to update the format accordingly.
- The details exists conditionals for the various sections i.e. father, mother, spouse has to use the `values.detailsExist` property instead of accessing it from `draftData.[sectionName].detailsExists`. This is due to the fact that the draftData is not populated until any changes have been made to any of the fields in the current section.

### New features

Expand Down

0 comments on commit 81e34ee

Please sign in to comment.