fix error 500 when trying to edit/create an arealocation in editor
This commit is contained in:
parent
9ea9a72bb2
commit
62d4132d60
7 changed files with 21 additions and 18 deletions
|
@ -65,7 +65,7 @@ class Level(MapItem):
|
|||
|
||||
return kwargs
|
||||
|
||||
def tofile(self):
|
||||
def tofile(self, form=None):
|
||||
result = super().tofile()
|
||||
result['altitude'] = float(self.altitude)
|
||||
result['intermediate'] = self.intermediate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue