RGJ
(Richard - Communiteq)
3 Luglio 2025, 9:38am
1
Abilita i modelli di modulo sperimentali
Crea un modello con un selettore di gruppi di tag
Anteprima
I tag non vengono popolati
L’anteprima non si chiude
Quando si utilizza effettivamente il modello nella creazione di argomenti, i tag vengono popolati correttamente.
Errori:
TypeError: this.wrapperElement is undefined
Error: VM BUG: Target must be set before attempting to jump
2 Mi Piace
tgxworld
(Alan Tan)
23 Luglio 2025, 1:08am
2
@Lhc_fl Puoi dare un’occhiata a questo la prossima volta?
3 Mi Piace
Lhc_fl
(Linca)
25 Luglio 2025, 2:48am
3
Ho indagato e ho scoperto che il motivo è che il passaggio del tag del processo non viene eseguito. Queste due PR dovrebbero risolvere questo problema.
main ← Lhcfl:fix-form-templates
opened 02:24AM - 25 Jul 25 UTC
The bare template yaml file provided by the user cannot be directly used for for… m templates preview, because components such as `TagChooserField` actually rely on a backend process step. This step exists when users actually use the template, but is missing when the admin writes and previews the template.
This commit supplements the missing process step, thus fixing the problem that tag-chooser may break ember during admin preview
main ← Lhcfl:fix-form-template-check-tag-group
opened 03:06AM - 25 Jul 25 UTC
The previous form template validator did not detect non-existent tag group names… , which would result in the page being saved normally when an incorrect name was entered, but causing the interface to crash during preview and a 500 error to be thrown when the user used it.
This commit adds detection for non-existent tag group names and fixes this issue
4 Mi Piace