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
In testing, I noticed that I could generate an 400 by selecting Lars (presenter), and then Open Media (series) filters in the events page, then navigating to the series page. This doesn't present the user with an error, I suspect because something after the initial load is clearing the series filters, but it does generate a logging error in the backend:
2024-07-15 11:59:08,948 | INFO | (SeriesEndpoint:804) - Unknown filter criteria date
In testing, I noticed that I could generate an 400 by selecting Lars (presenter), and then Open Media (series) filters in the events page, then navigating to the series page. This doesn't present the user with an error, I suspect because something after the initial load is clearing the series filters, but it does generate a logging error in the backend:
2024-07-15 11:59:08,948 | INFO | (SeriesEndpoint:804) - Unknown filter criteria date
and a request to the endpoint like so
admin-ng/series/series.json?limit=100&offset=0&filter=series:ID-openmedia-opencast,presentersBibliographic:Lars+Kiesow&sort=date:DESC'
The text was updated successfully, but these errors were encountered: