Re: [Dhis2-devs] Error when opening Tracker capture

2018-07-03 Thread Lukas Wijgaart-van Dijk
Hi, Like Lars is saying, this error can be safely ignored. I have pushed an update to 2.27 and 2.28 that sets userDataStore/gridColumns/trackerCaptureGridColumns to null if it is not found. This way you should only get the error once and next time you load the page the userDataStore/gridColumns

[Dhis2-devs] Uploading CSV data file with curl

2018-07-03 Thread Olaleke Seweje
Hi all, I am trying to upload data via CURL as specified in the dev docs - 1.9.2. Creating and updating objects. My request is as follows: curl -d @file._name.csv "http://myHostName/api/26/dataElements"; -X POST "Content-Type: application/csv" -u username:password *The response I got was *