https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42189 --- Comment #26 from Clemens Tubach <clemens.tubach@kit.edu> --- Created attachment 196559 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196559&action=edit Bug 42189: (follow-up) Fix onWidgetRegistered to target single widget - Filter to just the newly arrived widget via e.detail.id instead of re-evaluating all registered widgets, which could re-add widgets the user had previously removed - Replace splice-by-saved-index with push to avoid inserting at a stale index into a partially populated array To test: - Install two plugin widgets targeting the same module - Register the second one after the first is already on the dashboard - Verify only the new widget is added, not a duplicate of the first Signed-off-by: Clemens Tubach <clemens.tubach@kit.edu> -- You are receiving this mail because: You are watching all bug changes.