[PR #76] [MERGED] Fixes multiple tasks per check #1518

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

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/76
Author: @sadnub
Created: 8/26/2020
Status: Merged
Merged: 8/26/2020
Merged by: @wh1te909

Base: developHead: server-policies


📝 Commits (3)

  • 15f667a allow multiple tasks per check to fix github issue #62
  • bf7b293 bump app version
  • b1aa925 fix UI bug in agent checks displaying multiple tasks

📊 Changes

9 files changed (+78 additions, -38 deletions)

View changed files

📝 api/tacticalrmm/automation/serializers.py (+25 -1)
📝 api/tacticalrmm/automation/views.py (+2 -1)
📝 api/tacticalrmm/autotasks/models.py (+2 -1)
📝 api/tacticalrmm/checks/serializers.py (+6 -2)
📝 api/tacticalrmm/tacticalrmm/settings.py (+1 -1)
📝 web/src/components/AutomatedTasksTab.vue (+18 -14)
📝 web/src/components/ChecksTab.vue (+4 -1)
📝 web/src/components/automation/PolicyAutomatedTasksTab.vue (+15 -15)
📝 web/src/components/automation/PolicyChecksTab.vue (+5 -2)

📄 Description

Allows for multiple tasks per check and cleans up the UI.

Also returns array of tasks to agent if a check fails and allows backward compatibility to return a single check


🔄 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/76 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 8/26/2020 **Status:** ✅ Merged **Merged:** 8/26/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `server-policies` --- ### 📝 Commits (3) - [`15f667a`](https://github.com/amidaware/tacticalrmm/commit/15f667ab2d249247b465f2c692f9816f25e35eeb) allow multiple tasks per check to fix github issue #62 - [`bf7b293`](https://github.com/amidaware/tacticalrmm/commit/bf7b2930a68d5f1dbb32937215d4b31f1ad280b1) bump app version - [`b1aa925`](https://github.com/amidaware/tacticalrmm/commit/b1aa9251672fc0a60b31779a347648928e882d45) fix UI bug in agent checks displaying multiple tasks ### 📊 Changes **9 files changed** (+78 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/automation/serializers.py` (+25 -1) 📝 `api/tacticalrmm/automation/views.py` (+2 -1) 📝 `api/tacticalrmm/autotasks/models.py` (+2 -1) 📝 `api/tacticalrmm/checks/serializers.py` (+6 -2) 📝 `api/tacticalrmm/tacticalrmm/settings.py` (+1 -1) 📝 `web/src/components/AutomatedTasksTab.vue` (+18 -14) 📝 `web/src/components/ChecksTab.vue` (+4 -1) 📝 `web/src/components/automation/PolicyAutomatedTasksTab.vue` (+15 -15) 📝 `web/src/components/automation/PolicyChecksTab.vue` (+5 -2) </details> ### 📄 Description Allows for multiple tasks per check and cleans up the UI. Also returns array of tasks to agent if a check fails and allows backward compatibility to return a single check --- <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:38 +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#1518
No description provided.