Closed dkwamboka closed 6 years ago
Thanks a lot! I was able to reproduce and confirmed it is related to failing to store the external document in indexedDb.
probably regression caused by https://github.com/kobotoolbox/enketo-express/commit/5bf20758ca2b13244041969a4944115e6fb1ac33#diff-fc82a39d32fe16f88fc6848922ae0aa3 (directly creating XMLDoc instead of XML string)
Working on this. Quite a pain to solve without too many string <--> XML transformations
I wonder if adoptNode in Enketo Core empties the XML Document!
fixed in 1.69.1. Thanks a lot @dkwamboka, this revealed another even more serious issue as well!
@MartijnR Glad I could be of help!
Hi Martijn,
An error is thrown when opening an offline Enketo Form that is pulling data from an external CSV.
Server: Ona Sample Form External CSV Webform Link
The Below Error message is displayed: Chrome:
Firefox:
Explorer:
The form however opens fine as a live form.