wsharba / opendatakit

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

ODK Collect crashes when delete and reload same form (with external itemsets) #1068

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Delete all forms (fresh install)
2.Download any form with csv external items
3.Delete this form from Device (via app menu)
4.Download the form again
5.Try to fill a new form
6.Application closed, error message appears

Expected behavior is the app continues with form flow normally, instead 
android's application error message appears (Force Close)

NOTE: to make application work with the same form again, you must delete the 
ODK dir from device's storage.

ODK Collect 1.4.4 (1045)

This error comes with lastest update to ODK collect, previous versións does 
not present this bug, attach you will find stack trace

Original issue reported on code.google.com by sola...@gmail.com on 26 Sep 2014 at 4:21

Attachments:

GoogleCodeExporter commented 9 years ago
This was fixed in revision f9dfd1e279e4.  

Until a new version is pushed to market, you can avoid a crash by making any 
change to your itemset.csv file and reloading your form.  The metadata update 
was working properly, just not the delete.

Original comment by carlhart...@gmail.com on 26 Sep 2014 at 6:48