mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
bug: deleting sync doesn't clear its alert #17
Reference in New Issue
Block a user
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 @C0untZero on GitHub (Aug 16, 2024).
If you create a sync which gets pending updates but you don't update and delete the sync instead, the alert remains.
@mbecker20 commented on GitHub (Aug 16, 2024):
Great catch!! Fix out in a few.
@mbecker20 commented on GitHub (Aug 16, 2024):
Fixed in this commit: https://github.com/mbecker20/monitor/commit/a89bd4a36d97be469a59faf975e0381101bda936. Build is incoming.
@C0untZero commented on GitHub (Aug 16, 2024):
Confirmed fix, the alert is gone! Thanks!