mohan-nishit / opendatakit

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

catch bad paths for multimedia #288

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
validate doesn't catch bad values when referencing multimedia.

# good
<value form="image">jr://images/1.0_Introduction_to_BRAC.jpg</value>

# bad
<value form="image">jr://image/1.0_Introduction_to_BRAC.jpg</value>

Original issue reported on code.google.com by yanokwa on 3 Aug 2011 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by yanokwa on 25 May 2012 at 3:46

GoogleCodeExporter commented 9 years ago

Original comment by yanokwa on 25 May 2012 at 8:11

GoogleCodeExporter commented 9 years ago
Is there a way to remove the offending submission outside of Aggregate (since 
Aggregate wont let me show the submission with the bad image path)

Original comment by satwik...@gmail.com on 13 Jul 2015 at 3:31

GoogleCodeExporter commented 9 years ago
Issues have moved to GitHub.

Your comment/question is not related to the original issue. 

Questions should first be asked on the opendatakit@ list. The issues list 
should only be used to document confirmed bugs or enhancement requests.

In this case, the information to fix this problem is written to the log files. 
The log messages were enhanced in ODK Aggregate 1.4.7; you will need to upgrade 
to that version to proceed. The needed steps are outlined here: 
https://github.com/opendatakit/opendatakit/wiki/Aggregate-AppEngine-Troubleshoot
ing  
The fix also applies to Tomcat installs.

Original comment by mitchellsundt@gmail.com on 13 Jul 2015 at 5:37