Skip to content

Update DatasetFilter

harshit aggarwal requested to merge haaggarw-filter-fix into master

In the dataset request filters request object is getting passed to subsequent filters without evaluating if it was an OPTIONS call (preflight request)

As a result preflight requests made by browser to dataset apis are failing, the fix resolves the issue

Edited by harshit aggarwal

Merge request reports