Skip to content

Commit

Permalink
[ad-hoc filters] Remove legacy split in /explore (apache#5533)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Aug 1, 2018
1 parent e7d0512 commit e52518c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1280,10 +1280,9 @@ def explore(self, datasource_type=None, datasource_id=None):

form_data['datasource'] = str(datasource_id) + '__' + datasource_type

# On explore, merge extra filters into the form data
# On explore, merge legacy and extra filters into the form data
utils.convert_legacy_filters_into_adhoc(form_data)
merge_extra_filters(form_data)
utils.split_adhoc_filters_into_base_filters(form_data)

# merge request url params
if request.method == 'GET':
Expand Down

0 comments on commit e52518c

Please sign in to comment.