This commit is contained in:
parent
86feb0ae4f
commit
ce92f6f29e
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")):
|
if not schema or not (spec_schema := schema.get("properties", {}).get("spec")):
|
||||||
return
|
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()
|
included_mappings = set()
|
||||||
errors = []
|
errors = []
|
||||||
for fieldset in form_config.get("fieldsets", []):
|
for fieldset in form_config.get("fieldsets", []):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue