Skip to content

Commit

Permalink
Fix backend-sync 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 12, 2017
1 parent 38e90fe commit 4446c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from superset import frontend_config
import re

FORM_DATA_KEY_WHITELIST = list(frontend_config.get('fields').keys()) + ['slice_id']
FORM_DATA_KEY_WHITELIST = list(frontend_config.get('controls').keys()) + ['slice_id']


def cast_filter_data(form_data):
Expand Down

0 comments on commit 4446c74

Please sign in to comment.