Skip to content

Commit 630b8d3

Browse files
authored
wtf form rollback
1 parent c0ebc9a commit 630b8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_admin/model/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def display_row_controls(self, field):
4242

4343
def process(self, formdata, data=unset_value, extra_filters=None):
4444
res = super(InlineFieldList, self).process(
45-
formdata, data, extra_filters=extra_filters)
45+
formdata, data)
4646

4747
# Postprocess - contribute flag
4848
if formdata:

0 commit comments

Comments
 (0)