-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fleet] Fix package edit redirect #174531
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
/ci |
Pinging @elastic/fleet (Team:Fleet) |
💚 Build Succeeded
Metrics [docs]Async chunks
To update your PR or re-run it, just comment with: cc @nchaulet |
@nchaulet can we backport this to 8.12 please? |
(cherry picked from commit 66aa374)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.12`: - [[Fleet] Fix package edit redirect (#174531)](#174531) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nicolas Chaulet","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-01-09T20:05:01Z","message":"[Fleet] Fix package edit redirect (#174531)","sha":"66aa37444a16c5d40523b9cae3267983dd20a9db","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","Team:Fleet","v8.13.0"],"number":174531,"url":"https://github.com/elastic/kibana/pull/174531","mergeCommit":{"message":"[Fleet] Fix package edit redirect (#174531)","sha":"66aa37444a16c5d40523b9cae3267983dd20a9db"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174531","number":174531,"mergeCommit":{"message":"[Fleet] Fix package edit redirect (#174531)","sha":"66aa37444a16c5d40523b9cae3267983dd20a9db"}}]}] BACKPORT--> Co-authored-by: Kibana Machine <[email protected]>
This PR didn't make it into the latest BC for 8.12.0. Updating the labels. |
Description
Resolve #173805
Redirect to the agent package policy list when editing an integration from that page. This is done the same way we do for the upgrade using a query string parameter
from
.How to tests
try to edit an integration from the agent policy details page => save it => you should go back to the agent policy details page.