[PR #211] [MERGED] Fix default policies #1565

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

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/211
Author: @sadnub
Created: 12/16/2020
Status: Merged
Merged: 12/16/2020
Merged by: @wh1te909

Base: developHead: develop


📝 Commits (4)

📊 Changes

6 files changed (+518 additions, -9 deletions)

View changed files

📝 api/tacticalrmm/automation/models.py (+2 -2)
📝 api/tacticalrmm/automation/tasks.py (+22 -2)
📝 api/tacticalrmm/core/views.py (+6 -4)
📝 api/tacticalrmm/scripts/migrations/0006_auto_20201210_2145.py (+5 -1)
docker/install.sh (+44 -0)
docker/tactical-cli (+439 -0)

📄 Description

-Created fix for default policies not applying when set in UI and when modified in automation manager. Fixes #208
-Modified script import migration incase filename doesn't exist. Will throw NotADirectoryException
-Uploaded start on docker helper scripts


🔄 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/211 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 12/16/2020 **Status:** ✅ Merged **Merged:** 12/16/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (4) - [`c84a9d0`](https://github.com/amidaware/tacticalrmm/commit/c84a9d07b16507d572a5fd0dcde1790b404ead20) tactical-cli for managing docker installations - [`7abed47`](https://github.com/amidaware/tacticalrmm/commit/7abed47cf0d7f11b06f37e1377d4d5c5cd846e8b) Merge branch 'develop' of https://github.com/wh1te909/tacticalrmm into develop - [`9254532`](https://github.com/amidaware/tacticalrmm/commit/9254532baaab6143f8170353bff2ed991ddbd823) fix applying default policies in certain situations - [`40db5d4`](https://github.com/amidaware/tacticalrmm/commit/40db5d4aa86a4d6a554e91d8448c939cf41148d4) remove debug print ### 📊 Changes **6 files changed** (+518 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/automation/models.py` (+2 -2) 📝 `api/tacticalrmm/automation/tasks.py` (+22 -2) 📝 `api/tacticalrmm/core/views.py` (+6 -4) 📝 `api/tacticalrmm/scripts/migrations/0006_auto_20201210_2145.py` (+5 -1) ➕ `docker/install.sh` (+44 -0) ➕ `docker/tactical-cli` (+439 -0) </details> ### 📄 Description -Created fix for default policies not applying when set in UI and when modified in automation manager. Fixes #208 -Modified script import migration incase filename doesn't exist. Will throw NotADirectoryException -Uploaded start on docker helper scripts --- <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:49 +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#1565
No description provided.