riahk commented on a change in pull request #11675:
URL: 
https://github.com/apache/incubator-superset/pull/11675#discussion_r523213140



##########
File path: superset-frontend/src/components/ListView/utils.ts
##########
@@ -78,6 +82,23 @@ export function convertFilters(fts: InternalFilter[]): 
FilterValue[] {
     .map(({ value, operator, id }) => ({ value, operator, id }));
 }
 
+// convertFilters but to handle new decoded rison format
+export function convertFiltersRison(filterObj: any): FilterValue[] {

Review comment:
       yes, this update should only put non-default filters in the URL for a 
much cleaner experience. I'll add some screenshots that show the URL params 
next to the selected filters. Also want to remove the operators but I'm working 
through a weird bug around that atm.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to