You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AnnieMungai The inventory is malformed, specifically the characteristic's codeableConcepts that hold the affected values are not using the correct coding. For instance for the Unicef Section field, the characteristic's codeable concept coding should be:
"valueCodeableConcept": {
"coding": [
{
"system": "http://smartregister.org/codes",
"code": "98734231-1",
"display": "Value entered on the unicef section"
}
],
"text": "Value entered on the unicef section"
}
Editing the inventory on web should re-format the inventory correctly. Though if the affected inventories were created from tooling we should update tooling to generate a well formed inventory.
Affected Project
EUSM Madagascar
How to replicate
This is happening on the following pages:
On the edit inventory page
Inventory view details page
Acceptance criteria
Project Contact
No response
Relevant Information
No response
The text was updated successfully, but these errors were encountered: