https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42189 --- Comment #21 from Clemens Tubach <clemens.tubach@kit.edu> --- Created attachment 196554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196554&action=edit Bug 42189: Fix .name on async plugin widgets in widget registry - defineAsyncComponent wrappers do not carry the original component's .name property, causing ModuleDashboard to fail on deduplication, localStorage persistence, and v-for key generation - getRegisteredWidgets now stamps entry.id as the component name when .name is missing, ensuring a stable identity for all widget types - Replace any type with Component & { name?: string } for type safety Signed-off-by: Clemens Tubach <clemens.tubach@kit.edu> -- You are receiving this mail because: You are watching all bug changes.