Closed hudson-newey closed 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.
getPage
This is making the result downloads not work due to cyclical errors.
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.