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