Closed whitews closed 8 years ago
When saving an edit to an existing sample, server returns 500 error. Traceback shows an error in line 1425 of models.py:
exceptions:AttributeError: 'Sample' object has no attribute 'sample_metadata_dict'
This is due to the fact that the metadata dictionary is only created for new Sample instances.
When saving an edit to an existing sample, server returns 500 error. Traceback shows an error in line 1425 of models.py:
exceptions:AttributeError: 'Sample' object has no attribute 'sample_metadata_dict'
This is due to the fact that the metadata dictionary is only created for new Sample instances.