Werk #17330: Fix comment selection affecting comments across multiple sites
Component | User interface | ||||||
Title | Fix comment selection affecting comments across multiple sites | ||||||
Date | Oct 1, 2024 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
When selecting comments in a view with comments from multiple sites,
rows were selected by comment id regardless of which site they were
from. This led to cases where trying to delete a single comment with
comment id 1
from one site led to all comments with the comment id 1
being deleted from all sites.
With this werk, comment selection in view is site and id dependent, allowing the user to delete single comments even if they share an id with a comment on a different site.