[GH-ISSUE #136] Bug: Ordering by 'Last Response' orders dates alphabetically #81

Closed
opened 2026-03-02 02:13:23 +03:00 by kerem · 5 comments
Owner

Originally created by @saulens22 on GitHub (Oct 9, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/136

Originally assigned to: @wh1te909 on GitHub.

image

Originally created by @saulens22 on GitHub (Oct 9, 2020). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/136 Originally assigned to: @wh1te909 on GitHub. ![image](https://user-images.githubusercontent.com/9000854/95580531-29c6a100-0a40-11eb-916b-4a0fe2d3e6b2.png)
kerem closed this issue 2026-03-02 02:13:23 +03:00
Author
Owner

@wh1te909 commented on GitHub (Oct 10, 2020):

haha yea it's cuz am just using quasar's default sort function which sorts alphabetically and those dates are being sent as strings from the django rest api so it's not aware that it's a datetime. I'll need to implement a custom sort to parse it as a datetime.

<!-- gh-comment-id:706597460 --> @wh1te909 commented on GitHub (Oct 10, 2020): haha yea it's cuz am just using quasar's default sort function which sorts alphabetically and those dates are being sent as strings from the django rest api so it's not aware that it's a datetime. I'll need to implement a custom sort to parse it as a datetime.
Author
Owner

@wh1te909 commented on GitHub (Oct 16, 2020):

fixed in https://github.com/wh1te909/tacticalrmm/pull/139 by @sadnub
still have more work to do in other areas wherever there is a date but for now the agent table is fixed

<!-- gh-comment-id:709786180 --> @wh1te909 commented on GitHub (Oct 16, 2020): fixed in https://github.com/wh1te909/tacticalrmm/pull/139 by @sadnub still have more work to do in other areas wherever there is a date but for now the agent table is fixed
Author
Owner

@saulens22 commented on GitHub (Jan 4, 2021):

Issue persists, should be reopened.

image

<!-- gh-comment-id:753782143 --> @saulens22 commented on GitHub (Jan 4, 2021): Issue persists, should be reopened. ![image](https://user-images.githubusercontent.com/9000854/103506611-c7761480-4e65-11eb-871a-d55e54de1ebb.png)
Author
Owner

@dinger1986 commented on GitHub (Feb 21, 2021):

Looks to be resolved now, can I close this @saulens22 ?

<!-- gh-comment-id:782925002 --> @dinger1986 commented on GitHub (Feb 21, 2021): Looks to be resolved now, can I close this @saulens22 ?
Author
Owner

@saulens22 commented on GitHub (Feb 21, 2021):

Yes, it works now

<!-- gh-comment-id:782926321 --> @saulens22 commented on GitHub (Feb 21, 2021): Yes, it works now
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#81
No description provided.