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
For donors, the "All Transfers" Datatable is not sorting columns correctly for table column indices 4-7. 0-3 are working as expected. The table sorts correctly for archivist users.
To reproduce
Steps to reproduce the behavior:
Login to a donor user account
Go to /transfers
Click on the sorting column function for the last column (transfer time)
Notice that the dates do not sort correctly
Expected behavior
Columns would sort asc-desc or desc-asc in correct order.
Impact on your work
A donor organization user brought this to our attention as a barrier to quickly seeing what was most recently transferred as they prepare for a large volume of new transfers. They can work around the issue with the Download CSV option or looking at the recent transfers on the Dashboard, but these are not ideal. They are hoping to start transferring in January 2025.
Additional context
Because the sort works correctly for archivist users and the columns that don't work for donors are indices 4-7, this is likely du to the archivist users' table including an "organizations" column that the donor table doesn't have.
The text was updated successfully, but these errors were encountered:
Describe the bug
For donors, the "All Transfers" Datatable is not sorting columns correctly for table column indices 4-7. 0-3 are working as expected. The table sorts correctly for archivist users.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Columns would sort asc-desc or desc-asc in correct order.
Impact on your work
A donor organization user brought this to our attention as a barrier to quickly seeing what was most recently transferred as they prepare for a large volume of new transfers. They can work around the issue with the Download CSV option or looking at the recent transfers on the Dashboard, but these are not ideal. They are hoping to start transferring in January 2025.
Additional context
Because the sort works correctly for archivist users and the columns that don't work for donors are indices 4-7, this is likely du to the archivist users' table including an "organizations" column that the donor table doesn't have.
The text was updated successfully, but these errors were encountered: