Bugzilla – Attachment 183287 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]
[DO NOT PUSH] Bug 40150: Set up a duplicate call to hydrate()
DO-NOT-PUSH-Bug-40150-Set-up-a-duplicate-call-to-h.patch (text/plain), 796 bytes, created by
Paul Derscheid
on 2025-06-16 15:33:51 UTC
(
hide
)
Description:
[DO NOT PUSH] Bug 40150: Set up a duplicate call to hydrate()
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-06-16 15:33:51 UTC
Size:
796 bytes
patch
obsolete
>From dc47290b880323df4b97b3d4b6d58ddfc0b87f2a 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] [DO NOT PUSH] Bug 40150: Set up a duplicate call to hydrate() > >--- > 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 fc5b1da4a4e..d6d0d579be2 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.49.0
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