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
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
I am seeing this on DHIS2 2.40.0: import_response_ok assumes that the number of imports can be found through response['importCount']
Unfortunately, this has apparently been changed to response['response']['importCount'].
(There two responses, the parameter-name of import_response_ok and the element returned by the api ....)
I am seeing this on DHIS2 2.40.0:
import_response_okassumes that the number of imports can be found throughresponse['importCount']Unfortunately, this has apparently been changed to
response['response']['importCount'].(There two responses, the parameter-name of
import_response_okand the element returned by the api ....)