whitews / ReFlow

Django-based Repository for Flow Cytometry Data
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Error editing FCS sample #34

Closed whitews closed 8 years ago

whitews commented 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.