gaiaresources / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
1 stars 4 forks source link

Spreadsheet bulk data upload deletes field names or other attributes that aren't in the spreadsheet columns #390

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a record with a field name and a photo attribute value.
2. Download that record in a spreadsheet. Note that there will be no column for 
the field name or photo attribute values.
3. Upload that single record. It should report success. Have a look at the 
record in question. You'll notice that the attribute values have been deleted.

The attribute values should not be deleted.

In the AbstractBulkDataService we delete all attribute values that aren't in 
the survey attributes, the taxon group attributes and census method attributes. 
Remove this so that we retain all attribute values.

Original issue reported on code.google.com by aaron.lo...@gmail.com on 28 Feb 2013 at 2:25

GoogleCodeExporter commented 9 years ago

Original comment by aaron.lo...@gmail.com on 28 Feb 2013 at 5:30