Fix FQDN generation
All checks were successful
Tests / test (push) Successful in 29s

This commit is contained in:
Tobias Kunze 2025-12-09 16:17:03 +01:00
parent ce92f6f29e
commit 7a88b2b83a

View file

@ -1,6 +1,6 @@
const initializeFqdnGeneration = (prefix) => {
const nameField = document.querySelector(`input#id_${prefix}-name`);
const nameField = document.querySelector(`input#id_${prefix}-display_name`);
if (!nameField) return
// Try to find array input first (DynamicArrayWidget), then fallback to regular text input