WHOIGit / photic

Image annotation tool
MIT License
2 stars 0 forks source link

get_labels call not returning the has_winning field #169

Closed mike-kaimika closed 3 years ago

mike-kaimika commented 3 years ago

This was introduced after fixing the 500 error on the get labels call. The JSON data coming back from the call is not including has_winning property anymore, which is needed for building the dropdown (it adds a class on each option element)

@kaimikacolin The bug is part of the release/20210825 branch, so please create a branch off of that to correct the issue

mike-kaimika commented 3 years ago

@kaimikacolin My initial fix corrected the name of the label in the dropdown, but I'm still getting some cases where the dropdown is showing a bunch of "undefined"s