mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(datasets): sort and humanized modified by (#10380)
* fix(datasets): sort and humanized modified by * size xl on changed_on_delta_humanized * Fix, tests * Fix, tests * Fix, frontend tests * remove debug flag
This commit is contained in:
committed by
GitHub
parent
5f7bb8e7bd
commit
961108625e
@@ -114,7 +114,7 @@ describe('DatasetList', () => {
|
||||
const callsD = fetchMock.calls(/dataset\/\?q/);
|
||||
expect(callsD).toHaveLength(1);
|
||||
expect(callsD[0][0]).toMatchInlineSnapshot(
|
||||
`"http://localhost/api/v1/dataset/?q=(order_column:changed_on,order_direction:desc,page:0,page_size:25)"`,
|
||||
`"http://localhost/api/v1/dataset/?q=(order_column:changed_on_delta_humanized,order_direction:desc,page:0,page_size:25)"`,
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user