tomay / rebioma

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

typo in valiation error field #400

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Search on invalid records
2. View in list view

What is the expected output? What do you see instead?
expect: "Taxonomic classification unknown"
see: "Taxonomic classification unknown&"

Typo in "Validation Error" field - includes ampersand "&"

Original issue reported on code.google.com by tom.alln...@gmail.com on 26 Jul 2011 at 7:15

GoogleCodeExporter commented 9 years ago
many (or all) of the validation error messages have this issue. For example:

"Invalid YearCollected: null& DecimalLongitude (40<x<60): 0.0& Taxonomic 
classification unknown&"

It is difficult to read (or understand) what this message is, the list is badly 
formed. 

Original comment by tom.alln...@gmail.com on 26 Jul 2011 at 7:16

GoogleCodeExporter commented 9 years ago
Can you suggest something ?

Original comment by ajmrakot...@gmail.com on 2 Aug 2011 at 10:59

GoogleCodeExporter commented 9 years ago
Issue 396 has been merged into this issue.

Original comment by tom.alln...@gmail.com on 2 Aug 2011 at 2:04

GoogleCodeExporter commented 9 years ago
Normally a list would be separated by commas, not ampersands
a, b, c
a& b& c&

But this error also seems to depend on the email of the owner. I notice when 
email is not provided, there is no ampersand. 

Original comment by tom.alln...@gmail.com on 2 Aug 2011 at 2:07

GoogleCodeExporter commented 9 years ago
This is necessary to prevent errors with csv on download. Fix would be to form 
list in view using "," to replace "&" in database. Or just use "." throughout.

Original comment by tom.alln...@gmail.com on 2 Aug 2011 at 2:48

GoogleCodeExporter commented 9 years ago
It's better to use "-" may be. Easy to Change. Bout need more coding if we 
don't want a "-" at the end, for example if there is just one error

Original comment by ajmrakot...@gmail.com on 10 Aug 2011 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by ajmrakot...@gmail.com on 21 Oct 2011 at 8:20