mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Group reordering causes incorrect expansion state of adjacent groups when pausing/resuming #4626
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4626
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 @MrNerubian on GitHub (Jan 21, 2026).
📑 I have found these related issues/pull requests
Description:
When pausing or resuming a group, the group is automatically moved to the top or bottom of the sorted list.
If the group was expanded before the operation, this reordering causes unexpected changes to the expansion state of adjacent groups.
Observed behavior:
When pausing a group:
When resuming a group:
This happens even though those adjacent groups were not interacted with.
Expected behavior:
Notes:
🛡️ Security Policy
📝 Description
When a group is paused or resumed, it is automatically moved to the top or bottom of the sorted group list.
If the group was expanded before the operation, this reordering causes the expanded/collapsed state of adjacent groups to change unexpectedly.
The issue results in unrelated groups being expanded without user interaction.
👟 Reproduction steps
👀 Expected behavior
😓 Actual Behavior
🐻 Uptime-Kuma Version
2.0.2
💻 Operating System and Arch
Red Hat Enterprise Linux 8.7 64bit
🌐 Browser
Google Chrome 143.0.7499.193
🖥️ Deployment Environment
📝 Relevant log output
@bittoby commented on GitHub (Jan 23, 2026):
@CommanderStorm I'd like to fix this issue.
Before that, I want to know the expected behavior in issue is correct or not.