c3g / freezeman_server

A freezer management and sample tracking system for C3G
GNU Lesser General Public License v3.0
4 stars 1 forks source link

Modify samples serializers #134

Closed jleblond closed 3 years ago

jleblond commented 3 years ago

Even though we are using nested serializers, it seems like I have to declare the extra_fields myself (containername, individualname), otherwise the sorting is done automatically on the ID of the container, and the ID of the individual, and not on their name.

See https://github.com/c3g/freezeman_web/pull/28