Skip to content

Commit

Permalink
[8.8] [Security Solution][Endpoint][Response Actions] Fix expand deta…
Browse files Browse the repository at this point in the history
…ils tray (#157896) (#157910)

# Backport

This will backport the following commits from `main` to `8.8`:
- [[Security Solution][Endpoint][Response Actions] Fix expand details
tray (#157896)](#157896)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Ashokaditya","email":"1849116+ashokaditya@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-05-16T17:36:54Z","message":"[Security
Solution][Endpoint][Response Actions] Fix expand details tray
(#157896)\n\n## Summary\r\n\r\nFixes the bug when sometimes the
expanding tray breaks the page on the\r\nresponse actions history
page/flyout\r\n\r\nIt doesn't fix the other issues where when a tray is
expanded and paging\r\nis used the page breaks.\r\nThat is being worked
on in /pull/157777\r\n\r\n### Checklist\r\n\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common
scenarios","sha":"82108060e7c3794add5687761cf65890dc39d573","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Defend
Workflows","OLM
Sprint","v8.8.0","v8.9.0"],"number":157896,"url":"https://github.com/elastic/kibana/pull/157896","mergeCommit":{"message":"[Security
Solution][Endpoint][Response Actions] Fix expand details tray
(#157896)\n\n## Summary\r\n\r\nFixes the bug when sometimes the
expanding tray breaks the page on the\r\nresponse actions history
page/flyout\r\n\r\nIt doesn't fix the other issues where when a tray is
expanded and paging\r\nis used the page breaks.\r\nThat is being worked
on in /pull/157777\r\n\r\n### Checklist\r\n\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common
scenarios","sha":"82108060e7c3794add5687761cf65890dc39d573"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/157896","number":157896,"mergeCommit":{"message":"[Security
Solution][Endpoint][Response Actions] Fix expand details tray
(#157896)\n\n## Summary\r\n\r\nFixes the bug when sometimes the
expanding tray breaks the page on the\r\nresponse actions history
page/flyout\r\n\r\nIt doesn't fix the other issues where when a tray is
expanded and paging\r\nis used the page breaks.\r\nThat is being worked
on in /pull/157777\r\n\r\n### Checklist\r\n\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common
scenarios","sha":"82108060e7c3794add5687761cf65890dc39d573"}}]}]
BACKPORT-->

Co-authored-by: Ashokaditya <1849116+ashokaditya@users.noreply.github.com>
  • Loading branch information
kibanamachine and ashokaditya authored May 16, 2023
1 parent 18dd6c1 commit 28b09c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const useGetEndpointActionList = (
return useQuery<ActionListApiResponse, IHttpFetchError<ErrorType>>({
queryKey: ['get-action-list', query],
...options,
keepPreviousData: true,
queryFn: async () => {
return http.get<ActionListApiResponse>(BASE_ENDPOINT_ACTION_ROUTE, {
query: {
Expand Down

0 comments on commit 28b09c6

Please sign in to comment.