[PR #139] [MERGED] Fix sort by date on Agent table #3489

Closed
opened 2026-03-14 07:23:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/139
Author: @sadnub
Created: 10/15/2020
Status: Merged
Merged: 10/16/2020
Merged by: @wh1te909

Base: developHead: develop


📝 Commits (2)

📊 Changes

7 files changed (+42 additions, -84 deletions)

View changed files

📝 api/tacticalrmm/agents/serializers.py (+1 -1)
📝 api/tacticalrmm/logs/serializers.py (+1 -1)
📝 api/tacticalrmm/tacticalrmm/settings.py (+1 -1)
📝 web/src/components/AgentTable.vue (+10 -44)
📝 web/src/components/AuditManager.vue (+12 -17)
📝 web/src/mixins/mixins.js (+14 -0)
📝 web/src/views/Dashboard.vue (+3 -20)

📄 Description

Fixes the alphabetical sorting for the date fields on Agent Table


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm/pull/139 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 10/15/2020 **Status:** ✅ Merged **Merged:** 10/16/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`d960040`](https://github.com/amidaware/tacticalrmm/commit/d960040037e6ef029b81c04db9a6f74c0c180c11) Fix sort by date on Agent table - [`7554f80`](https://github.com/amidaware/tacticalrmm/commit/7554f806f73db26294b17d978e463bf36d7bb5fa) bump ver ### 📊 Changes **7 files changed** (+42 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/agents/serializers.py` (+1 -1) 📝 `api/tacticalrmm/logs/serializers.py` (+1 -1) 📝 `api/tacticalrmm/tacticalrmm/settings.py` (+1 -1) 📝 `web/src/components/AgentTable.vue` (+10 -44) 📝 `web/src/components/AuditManager.vue` (+12 -17) 📝 `web/src/mixins/mixins.js` (+14 -0) 📝 `web/src/views/Dashboard.vue` (+3 -20) </details> ### 📄 Description Fixes the alphabetical sorting for the date fields on Agent Table --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 07:23:01 +03:00
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#3489
No description provided.