We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ebc9a commit 630b8d3Copy full SHA for 630b8d3
flask_admin/model/fields.py
@@ -42,7 +42,7 @@ def display_row_controls(self, field):
42
43
def process(self, formdata, data=unset_value, extra_filters=None):
44
res = super(InlineFieldList, self).process(
45
- formdata, data, extra_filters=extra_filters)
+ formdata, data)
46
47
# Postprocess - contribute flag
48
if formdata:
0 commit comments