Skip to content

Commit 4f36aec

Browse files
committed
Wait for wa-dropdown on page initialization scripts
1 parent eadab9f commit 4f36aec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/computate/frFR/java/EcrirePageClasse.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2382,6 +2382,7 @@ public void pageCodeClasseJinja(String langueNom, JsonObject i18nPage) throws Ex
23822382
auteurPageJsRecherche.tl(2, ", customElements.whenDefined('", composantsWebPrefixe, "select')");
23832383
auteurPageJsRecherche.tl(2, ", customElements.whenDefined('", composantsWebPrefixe, "radio')");
23842384
auteurPageJsRecherche.tl(2, ", customElements.whenDefined('", composantsWebPrefixe, "checkbox')");
2385+
auteurPageJsRecherche.tl(2, ", customElements.whenDefined('", composantsWebPrefixe, "dropdown')");
23852386
auteurPageJsRecherche.tl(2, "]).then(() => {");
23862387

23872388
auteurPageJsRecherche.l();
@@ -3164,6 +3165,7 @@ public void ecrirePageHeadJinja(String langueNom, JsonObject i18nPage, Boolean e
31643165
tl(4, ", customElements.whenDefined('", composantsWebPrefixe, "select')");
31653166
tl(4, ", customElements.whenDefined('", composantsWebPrefixe, "radio')");
31663167
tl(4, ", customElements.whenDefined('", composantsWebPrefixe, "checkbox')");
3168+
tl(4, ", customElements.whenDefined('", composantsWebPrefixe, "dropdown')");
31673169
tl(3, "]).then(() => {");
31683170
if(classeVarId != null) {
31693171
l();
@@ -4425,6 +4427,7 @@ else if(entiteAttribuer) {
44254427
auteurPageJsEdition.tl(2, ", customElements.whenDefined('", composantsWebPrefixe, "select')");
44264428
auteurPageJsEdition.tl(2, ", customElements.whenDefined('", composantsWebPrefixe, "radio')");
44274429
auteurPageJsEdition.tl(2, ", customElements.whenDefined('", composantsWebPrefixe, "checkbox')");
4430+
auteurPageJsEdition.tl(2, ", customElements.whenDefined('", composantsWebPrefixe, "dropdown')");
44284431
auteurPageJsEdition.tl(2, "]).then(() => {");
44294432

44304433
for(String classeApiMethode : classeApiMethodes) {

0 commit comments

Comments
 (0)