OpenTreeOfLife / phylesystem-api

API access to Open Tree of Life treestore
BSD 2-Clause "Simplified" License
10 stars 5 forks source link

Look explicitly into JSON payload vs .params #258

Closed jimallman closed 11 months ago

jimallman commented 11 months ago

This should fix the include_tree_in_synth and exclude_tree_from_synth methods on devtree.

jimallman commented 11 months ago

Confirmed, this is working now on devtree, see for example https://devtree.opentreeoflife.org/curator/study/edit/pg_2823?tab=home It's a tiny pull request and should be easy to merge+deploy on master.

snacktavish commented 11 months ago

@jimallman Seems to be working on dev.... but despite update to production is not working there. e.g. https://tree.opentreeoflife.org/curator/study/edit/ot_2262/?tab=home

jimallman commented 11 months ago

Interesting! I get a mysterious error on API response, but if I refresh the page, the page has apparently been included/excluded as it should. Will investigate further...