Skip to content

Commit 6ba2d5c

Browse files
authored
Added sortfilter for id to list call (#3469)
* added sortfilter for id to list call * Automatic frontend build --------- Co-authored-by: Corepex <16717695+Corepex@users.noreply.github.com>
1 parent 51f9238 commit 6ba2d5c

753 files changed

Lines changed: 1033 additions & 1032 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/js/src/core/modules/application-logger/application-logger-container-inner.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ export const ApplicationLoggerContainerInner = (): React.JSX.Element => {
4242
filters: {
4343
page: currentPage,
4444
pageSize,
45-
columnFilters
45+
columnFilters,
46+
sortFilter: { key: 'id', direction: 'DESC' }
4647
}
4748
}
4849
})

public/build/db7c281a-524b-4a07-b0b5-a561a7151f81/documentEditorIframe.html renamed to public/build/56c5c7ac-5651-4755-a41d-1df11aedd5a3/documentEditorIframe.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/56c5c7ac-5651-4755-a41d-1df11aedd5a3/entrypoints.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/db7c281a-524b-4a07-b0b5-a561a7151f81/exposeRemote.js renamed to public/build/56c5c7ac-5651-4755-a41d-1df11aedd5a3/exposeRemote.js

File renamed without changes.

public/build/db7c281a-524b-4a07-b0b5-a561a7151f81/main.html renamed to public/build/56c5c7ac-5651-4755-a41d-1df11aedd5a3/main.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/56c5c7ac-5651-4755-a41d-1df11aedd5a3/manifest.json

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/db7c281a-524b-4a07-b0b5-a561a7151f81/mf-manifest.json renamed to public/build/56c5c7ac-5651-4755-a41d-1df11aedd5a3/mf-manifest.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/db7c281a-524b-4a07-b0b5-a561a7151f81/mf-stats.json renamed to public/build/56c5c7ac-5651-4755-a41d-1df11aedd5a3/mf-stats.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/db7c281a-524b-4a07-b0b5-a561a7151f81/static/js/documentEditorIframe.1b1c9ca0.js renamed to public/build/56c5c7ac-5651-4755-a41d-1df11aedd5a3/static/js/documentEditorIframe.4e62a410.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/db7c281a-524b-4a07-b0b5-a561a7151f81/static/js/documentEditorIframe.1b1c9ca0.js.LICENSE.txt renamed to public/build/56c5c7ac-5651-4755-a41d-1df11aedd5a3/static/js/documentEditorIframe.4e62a410.js.LICENSE.txt

File renamed without changes.

0 commit comments

Comments
 (0)