Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRVS bug fixes #2067

Merged
merged 9 commits into from
Jun 23, 2022
Merged

CRVS bug fixes #2067

merged 9 commits into from
Jun 23, 2022

Conversation

qaziabubakar-vd
Copy link
Contributor

@qaziabubakar-vd qaziabubakar-vd commented Jun 8, 2022

…, Remove Family Member, Out of Area Death Registration completed.
@qaziabubakar-vd qaziabubakar-vd changed the base branch from master to crvs-dev June 8, 2022 05:48
…tion, Birth Certification, Out Area Child registration implemented and tested.
Copy link
Collaborator

@allan-on allan-on left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See review comments

"type": "edit_text",
"v_regex": {
"value": "([0-9]{1,4}\\/[0-9]{1,4})",
"err": "Number must take the format of ##/####"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the error text/string to the relevant properties files to support translation

"type": "edit_text",
"v_max_length": {
"value": "9",
"err": "Characters must be less than or equal to 9"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the error texts to the relevant properties files

"type": "edit_text",
"v_regex": {
"value": "([0-9]{1,4}\\/[0-9]{1,4})",
"err": "Number must take the format of ##/####"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the text to the relevant properties files

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevance is added

family_register.step2.highest_edu_level.values[2]=Primary
family_register.step2.dob.v_required.err=Please enter the date of birth
family_register.step1.fam_source_income.values[1]=Agriculture, hunting and fishing
family_register.step1.fam_add_province.values[0]=Bas Uele Province
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since these are added to the en properties file, they should also be added to the fr properties file as well

@@ -164,7 +164,6 @@
"key": "birth_cert_num",
"openmrs_entity_parent": "",
"openmrs_entity": "concept",
"openmrs_entity_id": "162052AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why ws this entity_id removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevance is added

@allan-on allan-on merged commit 28d75d6 into crvs-dev Jun 23, 2022
@allan-on allan-on deleted the 2048-crvs-bugfixes branch June 23, 2022 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants