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
Currently, when retrieving case information strategy items do not contain type information. For example, the request https://staging-eap-backend.azurewebsites.net/api/cases/51/ returns:
Notice that strategy elements are missing type information, unline case or goal. For example, goal creation returns the following: {"name": "P3.3.1", "id": 1783}. @RichGriff , please specify what extra information you need.
The text was updated successfully, but these errors were encountered:
This issue is a dependency of #492
Currently, when retrieving case information strategy items do not contain type information. For example, the request
https://staging-eap-backend.azurewebsites.net/api/cases/51/
returns:Notice that strategy elements are missing
type
information, unline case or goal. For example, goal creation returns the following:{"name": "P3.3.1", "id": 1783}
. @RichGriff , please specify what extra information you need.The text was updated successfully, but these errors were encountered: