Skip to content

Conversation

@amywieliczka
Copy link
Contributor

Upgrade from Django 5.0.9 to 5.2.9 - with the upgrade, we get the new {% querystring %} template tag, which will copy the current query string, modifying any field values specified (so {% querystring page=1 %} will copy the existing querystring but update the page value to 1!)

Update the search form to search on collection title, number, and ark.
Update pagination to use elided pagination, rather than enumerating every page.
Update the results set to be sortable by most of the columns (but not all of the columns).

@amywieliczka amywieliczka changed the title 1081 dashboard UI Dashboard UI updates to CincoCtrl Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Dashboard]: Updates to Manage Collection Guides page (expand search, display columns)

3 participants