mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #76] [MERGED] Fixes multiple tasks per check #1518
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#1518
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?
📋 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:
develop← Head:server-policies📝 Commits (3)
15f667aallow multiple tasks per check to fix github issue #62bf7b293bump app versionb1aa925fix 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.