[PR #153] [MERGED] fixes related agents and check additions not applying to all agents #3498

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

📋 Pull Request Information

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

Base: developHead: develop


📝 Commits (2)

  • 3730afd fix related agents method in policy model
  • c49f688 reduced some code and tweaked the UI

📊 Changes

8 files changed (+257 additions, -251 deletions)

View changed files

📝 api/tacticalrmm/automation/models.py (+14 -47)
📝 api/tacticalrmm/automation/tasks.py (+11 -18)
📝 api/tacticalrmm/automation/tests.py (+131 -43)
📝 api/tacticalrmm/automation/views.py (+1 -1)
📝 api/tacticalrmm/tacticalrmm/settings.py (+1 -1)
📝 web/src/components/automation/AutomationManager.vue (+23 -70)
📝 web/src/components/automation/modals/PolicyAdd.vue (+1 -1)
📝 web/src/components/automation/modals/RelationsView.vue (+75 -70)

📄 Description

Fixes #151


🔄 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/153 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 10/29/2020 **Status:** ✅ Merged **Merged:** 10/29/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`3730afd`](https://github.com/amidaware/tacticalrmm/commit/3730afd5d65a136ae40d76a45e79643bacfdde3c) fix related agents method in policy model - [`c49f688`](https://github.com/amidaware/tacticalrmm/commit/c49f6884a3c5de013f92e7fa2c9ef95e9c93719b) reduced some code and tweaked the UI ### 📊 Changes **8 files changed** (+257 additions, -251 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/automation/models.py` (+14 -47) 📝 `api/tacticalrmm/automation/tasks.py` (+11 -18) 📝 `api/tacticalrmm/automation/tests.py` (+131 -43) 📝 `api/tacticalrmm/automation/views.py` (+1 -1) 📝 `api/tacticalrmm/tacticalrmm/settings.py` (+1 -1) 📝 `web/src/components/automation/AutomationManager.vue` (+23 -70) 📝 `web/src/components/automation/modals/PolicyAdd.vue` (+1 -1) 📝 `web/src/components/automation/modals/RelationsView.vue` (+75 -70) </details> ### 📄 Description Fixes #151 --- <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:18 +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#3498
No description provided.