evilGmonkey / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

Collect 1.1.7 does not work with 0.9.x download #329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Deploy 0.9.x 
2. Upload multiple forms to it.
3. Access the server from Collect 1.1.7

What is the expected output? What do you see instead?

Should display all the forms.

It only displays the last one.

The problem is in the DownloadFormListTask and all the logic around that.  The 
task returns a Map< formId , struct >.  But with 0.9.x, formId is not known and 
will be null. So all but the last inserted record get lost.

Original issue reported on code.google.com by mitchellsundt@gmail.com on 22 Sep 2011 at 4:47

GoogleCodeExporter commented 9 years ago

Original comment by yanokwa on 23 Sep 2011 at 3:31

GoogleCodeExporter commented 9 years ago
Does anyone know how to sort out this issue. Please help.

Original comment by edwinmug...@gmail.com on 27 Sep 2011 at 1:11

GoogleCodeExporter commented 9 years ago
This is a duplicate of issue 298 and updates will be tracked there.

Original comment by mitchellsundt@gmail.com on 27 Sep 2011 at 6:09