Introduction
OpenCRVS 1.6.1 is a hotfix release that introduces minor improvements and bug fixes based on the identified needs of countries using OpenCRVS. It is to be used in conjunction with a forked country configuration release v1.6.1
Bug fixes
- Maximum upload file size limit is now based on the size of the uploaded files after compression and not before. #7840
- Stops local sys admins creating national level users. #7698
New features
- Add an optional configurable field in section
canContinue
which takes an expression. Falsy value of this expression will disable the continue button in forms. This can be used to work with fetch field which has a loading state and prevent the user to get past the section while the request is still in progress.