QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Fix verification grid downloads #2168

Closed hudson-newey closed 1 week ago

hudson-newey commented 1 week ago

Downloading verification grid results is currently broken due to upstream bugs.

However, with https://github.com/ecoacoustics/web-components/pull/240 and https://github.com/ecoacoustics/web-components/pull/222 now being complete, we are no longer limited by upstream changes.

We should bump the web components version, fix the hacks that I implemented to get subject tag arrays working, and fix verification grid downloads.

At the moment, the models returned by the angular getPage function returns an AbstractModel which contains an injector and associations.

This is making the result downloads not work due to cyclical errors.