Skip to content

Sinekhaya/tz/form update #2945

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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
6 changes: 3 additions & 3 deletions hrm-form-definitions/form-definitions/tz/v1/CaseStatus.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"open": {
"value": "open",
"label": "Open",
"value": "ongoing",
"label": "Ongoing",
"color": "green",
"transitions": [
"closed"
Expand All @@ -12,7 +12,7 @@
"label": "Closed",
"color": "red",
"transitions": [
"open"
"ongoing"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"CallerInformationTab":[]
},
"preEngagement":{
"ChildInformationTab":["age", "gender", "firstName"],
"ChildInformationTab":["age", "gender", "firstName", "location"],
"CallerInformationTab":[],
"CaseInformationTab":[]
}
Expand Down
Loading
Loading