mountetna / magma

Data server with friendly data loaders
GNU General Public License v2.0
5 stars 2 forks source link

fix table retrieval problem #98

Closed graft closed 5 years ago

graft commented 5 years ago

Fixes another bug due to my poorly-written retrieval code with hard-to-follow logic. Somehow it was previously excluding all table attributes from display, rather than only excluding them if the 'collapse_tables' param to /retrieve is true. Fixed, along with tests to ensure this stays in place.