[PR #193] [MERGED] Some fixes #1559

Closed
opened 2026-03-02 02:23:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/193
Author: @sadnub
Created: 11/29/2020
Status: Merged
Merged: 11/29/2020
Merged by: @wh1te909

Base: developHead: feature-uichanges


📝 Commits (5)

  • c28c1ef Add pending actions to agent table and filter
  • 7575253 regenerate policies and tasks on site/client change on agent
  • c168ee7 bump app version and mesh version
  • c6e0124 fix disabled prop on edit agent patch policy and agent checks tab
  • d39bdce add install agent to site context menu

📊 Changes

12 files changed (+135 additions, -37 deletions)

View changed files

📝 api/tacticalrmm/agents/serializers.py (+5 -0)
📝 api/tacticalrmm/agents/views.py (+7 -0)
📝 api/tacticalrmm/core/management/commands/get_mesh_exe_url.py (+4 -5)
📝 api/tacticalrmm/core/management/commands/initial_mesh_setup.py (+15 -8)
📝 api/tacticalrmm/tacticalrmm/settings.py (+1 -1)
📝 docker/containers/tactical-meshcentral/dockerfile (+1 -1)
📝 docker/docker-compose.yml (+3 -1)
📝 web/src/components/AgentTable.vue (+15 -0)
📝 web/src/components/ChecksTab.vue (+2 -2)
📝 web/src/components/modals/agents/InstallAgent.vue (+16 -2)
📝 web/src/components/modals/agents/PatchPolicyForm.vue (+14 -17)
📝 web/src/views/Dashboard.vue (+52 -0)

📄 Description

-Add pending actions column to agents table: #145
-Fix the disabled prop on the patch policy form: #185
-Eval policies and tasks on agent that is moved to a different client/site: #188
-Bump mesh version in docker


🔄 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/193 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 11/29/2020 **Status:** ✅ Merged **Merged:** 11/29/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `feature-uichanges` --- ### 📝 Commits (5) - [`c28c1ef`](https://github.com/amidaware/tacticalrmm/commit/c28c1efbb19eb9f8c073802954b0c4bab4bcbffe) Add pending actions to agent table and filter - [`7575253`](https://github.com/amidaware/tacticalrmm/commit/7575253000c4b8a4147f31b17e5349b595fa39a3) regenerate policies and tasks on site/client change on agent - [`c168ee7`](https://github.com/amidaware/tacticalrmm/commit/c168ee7ba4385229fbd126ef9bcb68cc7b002fde) bump app version and mesh version - [`c6e0124`](https://github.com/amidaware/tacticalrmm/commit/c6e01245b0c1a580a6c7598f738a44aa90876703) fix disabled prop on edit agent patch policy and agent checks tab - [`d39bdce`](https://github.com/amidaware/tacticalrmm/commit/d39bdce926dde8d7d48f7c375e461b328fdd4496) add install agent to site context menu ### 📊 Changes **12 files changed** (+135 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/agents/serializers.py` (+5 -0) 📝 `api/tacticalrmm/agents/views.py` (+7 -0) 📝 `api/tacticalrmm/core/management/commands/get_mesh_exe_url.py` (+4 -5) 📝 `api/tacticalrmm/core/management/commands/initial_mesh_setup.py` (+15 -8) 📝 `api/tacticalrmm/tacticalrmm/settings.py` (+1 -1) 📝 `docker/containers/tactical-meshcentral/dockerfile` (+1 -1) 📝 `docker/docker-compose.yml` (+3 -1) 📝 `web/src/components/AgentTable.vue` (+15 -0) 📝 `web/src/components/ChecksTab.vue` (+2 -2) 📝 `web/src/components/modals/agents/InstallAgent.vue` (+16 -2) 📝 `web/src/components/modals/agents/PatchPolicyForm.vue` (+14 -17) 📝 `web/src/views/Dashboard.vue` (+52 -0) </details> ### 📄 Description -Add pending actions column to agents table: #145 -Fix the disabled prop on the patch policy form: #185 -Eval policies and tasks on agent that is moved to a different client/site: #188 -Bump mesh version in docker --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:23:48 +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#1559
No description provided.