vsoch / freegenes

FreeGenes BioNode with Django
https://vsoch.github.io/freegenes/
Mozilla Public License 2.0
2 stars 4 forks source link

plate_vendor_id is not returned by API #88

Closed Koeng101 closed 5 years ago

Koeng101 commented 5 years ago

Describe the bug The plate_vendor_id field in the Plates class is not returned through the API.

To Reproduce requests.get('https://freegenes.dev/api/plates/{}'.format('fd95f3e2-354b-412a-82f6-dca8cb9e6db1')).json()

Expected behavior The plate_vendor_id be returned as an key:value within the request response.

If applicable, add versions and screenshots to help explain your problem.

vsoch commented 5 years ago

Now it is :)