yalelibrary / YUL-DC

Preliminary issue tracking for Yale University Libraries Digital Collections project
3 stars 0 forks source link

[BUG] Sorting by date is numeric, not chronological #2914

Closed sshetenhelm closed 3 months ago

sshetenhelm commented 3 months ago

Story In the Access Requests table in Blacklight, users are able to sort the Request Date column in ascending and descending order. However, the sorting appears to be numerical instead of chronological, which means that Request Date is sorted by month and not by year-month-day. As such, in descending order, a request made in 12/2023 will display before 07/2024, etc.

Video

We would like the Request Date column to sort chronologically, if possible.

Acceptance

jpengst commented 3 months ago

PR: https://github.com/yalelibrary/yul-dc-blacklight/pull/1041

K8Sewell commented 3 months ago

Deployed to Test with release v1.63.7

K8Sewell commented 3 months ago

Testing this blocked by error with auth token - see ticket #2877

K8Sewell commented 3 months ago

Sorting is chronological on Test. Will promote to UAT.

K8Sewell commented 3 months ago

Live on UAT. Also, live on Demo. Was able to confirm sorting on Demo where I had more permission requests.

sshetenhelm commented 3 months ago

Works for me as well! Looks good, thank you, ready to close :)