mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #432] Automated task can be ran again even though it was just selected to run #2206
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#2206
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 @subzdev on GitHub (Apr 24, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/432
Is your feature request related to a problem? Please describe.
Should not have the ability to Run Task multiple times on the same computer using the same script if the script has not completed.
Describe the solution you'd like
The Run Task menu item should be greyed out or disabled after clicking it and before output is available. After the script has completed and/or output is available, the ability to click Run Script should be restored.
This goes hand in hand with some kind of indicator such as a loading spinner being visible as the script runs.