You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to export a digitizedwork csv generates a PUL error page on test and production admin sites. I tried to export a csv in the usual manner, selecting the checkboxes, clicking "Select all digitized works," selecting "Export" from the "Action" dropdown, pressing "Go," choosing the format, and then pressing Submit.
The text was updated successfully, but these errors were encountered:
Interesting... If I just select 100 and use the drop-down export it works fine. If I use the export button on the top right* it also seems to work. So there's something wrong with the select all export - which ought to be the same as the button but might not be since it could be a filtered queryset and has to pass the ids.
The interface is different than I remember, when did we add that checkbox option for fields? (I probably just haven't used this in a long time...)
* Note that the export button is somehow displaying twice, but is looks like they both go to the same place.
Short term workaround is to use the export button if you want everything but it would be good to know why this is failing.
I'm getting a 400 error code in the load balancer logs and the browser, I bet it's due to a size limitation.
Oh good grief, the post data is submitting all the ids to be exported, so when you try to export all the records from the form instead of the button the post data is too large. (I mean, that's what I suspect)
Trying to export a
digitizedwork
csv generates a PUL error page on test and production admin sites. I tried to export a csv in the usual manner, selecting the checkboxes, clicking "Select all digitized works," selecting "Export" from the "Action" dropdown, pressing "Go," choosing the format, and then pressing Submit.The text was updated successfully, but these errors were encountered: