mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #647] duplicated updates with french UI #2356
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#2356
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 @troublestarter on GitHub (Jul 21, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/647
Server Info (please complete the following information):
Installation Method:
**Agent Info (please complete the following information):
Red Hat KVM
Intel Xeon Processor (Skylake, IBRS)
6 GB RAM
Red Hat VirtIO SCSI Disk Device 37GB SCSI
Microsoft Basic Display Adapter
Describe the bug
Duplicated updates appears
To Reproduce
No
Expected behavior
Just have a single update
Screenshots

Additional context
French release
@troublestarter commented on GitHub (Jul 21, 2021):
edit this file on your server /rmm/api/tacticalrmm/agents/models.py
line 775 re.search(r"(Version(.?))", i).group(1).strip()
change to re.search(r"(version(.?))", i).group(1).strip()
Version change the V to lowercase version
Done, problem solve for that particular update.
Still having the problem for that one :

@verticalhost commented on GitHub (Apr 4, 2023):
Server Info (please complete the following information):
OS: Ubuntu 20.04
Browser: Chrome
RMM Version (as shown in top left of web UI): v0.15.8
Installation Method:
Standard
SSH script
Agent OS: Windows 10 21H2
Describe the bug
Duplicated updates appears
To Reproduce
No
Expected behavior
Just have a single update
Screenshots
@wh1te909 commented on GitHub (May 10, 2023):
fixed in latest release