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
When an invalid id is provided as a query param for the all submissions view (ie. ?rounds=aa&fund=fghj), the server throws an error rather than notifying the user/ignoring the invalid input
The text was updated successfully, but these errors were encountered:
Fixes#4357 & #4358. Multiple small fixes to the all submissions table,
including:
- Allowing for the selection of multiple rounds, leads, and funds while
filtering
- Updated display tags for filters to reflect multiple selections
- Added template tag to get display names of users in filter tag display
(leads + reviewers)
- Added `scroll-auto` to remove the scroll bar gap on some of the
submenus
- Caps normalizations
- Handling of non-int values in query params that use int ids
- Added more translatable strings
When an invalid
id
is provided as a query param for the all submissions view (ie.?rounds=aa&fund=fghj
), the server throws an error rather than notifying the user/ignoring the invalid inputThe text was updated successfully, but these errors were encountered: