nytai commented on a change in pull request #11370:
URL: 
https://github.com/apache/incubator-superset/pull/11370#discussion_r512384046



##########
File path: superset-frontend/src/views/CRUD/utils.tsx
##########
@@ -28,14 +28,24 @@ const createFetchResourceMethod = (method: string) => (
   resource: string,
   relation: string,
   handleError: (error: Response) => void,
-) => async (filterValue = '', pageIndex?: number, pageSize?: number) => {
+) => async (
+  filterValue = '',
+  pageIndex?: number,
+  pageSize?: number,
+  sortValue?: string,
+  sortDirection = 'asc',

Review comment:
       I think the "bugs" were regarding the chart's `viz_type` and 
`datasource` columns. 




----------------------------------------------------------------
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