https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42189

--- Comment #44 from Paul Derscheid <[email protected]> ---
Created attachment 198930
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198930&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 <[email protected]>
Signed-off-by: Thomas Klausner <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to