strasbourg: save empty formdef so columns are removed

This commit is contained in:
Frédéric Péters 2017-07-11 09:36:16 +02:00
parent 374fe6cfb6
commit 711300dbc8
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ except IndexError:
formdef.fields = [
fields.PageField(id='1', type='page')
]
formdef.store() # this will clean the db
field_id = 1