Fix bug exclusive to second-level config fields
All checks were successful
Tests / test (push) Successful in 33s
All checks were successful
Tests / test (push) Successful in 33s
This commit is contained in:
parent
493f68eedf
commit
dabf758ced
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class CrdModelFormMixin:
|
|||
if not top_level_fieldsets.get(fieldset_key):
|
||||
top_level_fieldsets[fieldset_key] = {
|
||||
"fields": [],
|
||||
"fieldsets": [],
|
||||
"fieldsets": {},
|
||||
"title": f"{deslugify(parts[2])}",
|
||||
}
|
||||
top_level_fieldsets[fieldset_key]["fields"].append(field_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue