Lhc_fl
(Linca)
25. Juli 2025 um 02:48
3
Ich habe untersucht und festgestellt, dass der Grund darin liegt, dass der Prozess-Tag-Gruppen-Schritt nicht ausgeführt wird. Diese beiden PRs sollten dieses Problem lösen.
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 „Gefällt mir“