default geomtype, permission fix, name fix, remove ungrouped header, fix id filter
This commit is contained in:
Gwendolyn 2024-12-16 12:53:18 +01:00
parent 13cf207ee6
commit 934aa60be4
10 changed files with 96 additions and 41 deletions

View file

@ -422,6 +422,7 @@ def create_editor_form(editor_model):
'color_ground_fill', 'color_obstacles_default_fill', 'color_obstacles_default_border',
'stroke_color', 'stroke_width', 'fill_color', 'interactive', 'point_icon', 'extra_data',
'show_label', 'show_geometry', 'external_url',
'show_label', 'show_geometry', 'external_url', 'default_geomtype',
]
field_names = [field.name for field in editor_model._meta.get_fields()
if not field.one_to_many and not isinstance(field, ManyToManyRel)]