Fix custom form config
This commit is contained in:
parent
33ebf678be
commit
3528c3b4f5
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ class ServiceDefinitionAdminForm(forms.ModelForm):
|
|||
if not schema or not (spec_schema := schema.get("properties", {}).get("spec")):
|
||||
return
|
||||
|
||||
valid_paths = self._extract_field_paths(spec_schema, "spec") | {"name"}
|
||||
valid_paths = self._extract_field_paths(spec_schema, "spec") | {"display_name"}
|
||||
included_mappings = set()
|
||||
errors = []
|
||||
for fieldset in form_config.get("fieldsets", []):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue