mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #80] Policies not applying tasks #42
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#42
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?
Originally created by @bradhawkins85 on GitHub (Aug 27, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/80
Originally assigned to: @sadnub on GitHub.
When applying a policy to a client or site checks are applied as expected however tasks do not apply.
Applying a policy directly to an agent pops up an error "Something went wrong" but nothing appears in the debug logs although the policy does apply, this also pulls down the site policy to the agent and creates the tasks.
@sadnub commented on GitHub (Aug 27, 2020):
I think I found the issue with this. Getting a fix together now. I wasn't able to replicate the policies being applied directly to the agent though. Does anything show up in the JS console when that happens?
@sadnub commented on GitHub (Aug 27, 2020):
Just submitted the PR that will fix this. It appears the policy task creation would happen before the checks were created on the agent. Thanks for testing!