mountetna / magma

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

fix pagination issue in retrieve #93

Closed graft closed 5 years ago

graft commented 5 years ago

At some point (due to a rather poorly-written interface in the function RetrieveController::retrieve_model) a regression was introduced when using the option collapse_tables (which removes table attributes from the results, used, e.g., by the Search page) that caused all pages to return instead of a specific page. This PR fixes that issue and adds a test to cover this case.

dabrau commented 5 years ago

:shipit: