mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #136] Bug: Ordering by 'Last Response' orders dates alphabetically #2024
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2024
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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
@saulens22 commented on GitHub (Jan 4, 2021):
Issue persists, should be reopened.
@dinger1986 commented on GitHub (Feb 21, 2021):
Looks to be resolved now, can I close this @saulens22 ?
@saulens22 commented on GitHub (Feb 21, 2021):
Yes, it works now