Bugzilla – Attachment 183292 Details for
Bug 40150
Prevent uncaught error on multiple attempts to 'define' on 'CustomElementsRegistry' in islands.ts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40150: Set up a duplicate call to hydrate()
Bug-40150-Set-up-a-duplicate-call-to-hydrate.patch (text/plain), 828 bytes, created by
David Nind
on 2025-06-16 22:01:06 UTC
(
hide
)
Description:
Bug 40150: Set up a duplicate call to hydrate()
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-06-16 22:01:06 UTC
Size:
828 bytes
patch
obsolete
>From 644aa026f36b23e4a1c004d1032c4d48febfa090 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Mon, 16 Jun 2025 17:27:58 +0200 >Subject: [PATCH] Bug 40150: Set up a duplicate call to hydrate() > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/main-container.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/main-container.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/main-container.inc >index fc5b1da4a4..d6d0d579be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/main-container.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/main-container.inc >@@ -88,4 +88,5 @@ > <script type="module"> > import { hydrate } from "[% islands | $raw %]"; > hydrate(); >+ hydrate(); > </script> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40150
:
183287
|
183288
|
183292
|
183293