Brendiem / ala-citizenscience

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

Multiple 'Field Species' Attribute values are created in the application service when records are synced more than once #364

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Use the ApplicationService to sync a record with a field species more than 
once.

For each time the ApplicationService is run, an additional AttributeValue is 
created.

Original issue reported on code.google.com by aaron.lo...@gmail.com on 2 Nov 2012 at 2:21

GoogleCodeExporter commented 9 years ago
Made a small change to check whether an AttributeValue with the field species 
Attribute exists for the record to be saved. If the attribute value already 
exists, the value is overwritten. Else, a new AttributeValue is created.

Original comment by aaron.lo...@gmail.com on 2 Nov 2012 at 2:54