Skip to content

[Search] fix: remove incorrect link on "build" breadcrumb#232504

Merged
seialkali merged 1 commit intoelastic:mainfrom
seialkali:fix/remove-build-breadcrumb-link
Aug 22, 2025
Merged

[Search] fix: remove incorrect link on "build" breadcrumb#232504
seialkali merged 1 commit intoelastic:mainfrom
seialkali:fix/remove-build-breadcrumb-link

Conversation

@seialkali
Copy link
Contributor

@seialkali seialkali commented Aug 21, 2025

Summary

The "build" breadcrumb on the search indices (enterprise search content) and connector pages was incorrectly linking to the search indices page. This fix removes the link from the breadcrumb.

Before

Screenshot 2025-08-21 at 15 44 02 Screenshot 2025-08-21 at 15 43 46

After

Screenshot 2025-08-21 at 15 44 39 Screenshot 2025-08-21 at 15 44 22

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.

Release note

Fixes the "Build" breadcrumb showing an incorrect link to the search indices page.

The "build" breadcrumb on the search indices and connector pages was incorrectly linking
to the search indices page. This fix removes the link from the breadcrumb.
Copy link
Contributor

@TattdCodeMonkey TattdCodeMonkey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@seialkali seialkali merged commit 9a885e6 into elastic:main Aug 22, 2025
26 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 9.0, 9.1

https://github.com/elastic/kibana/actions/runs/17148385082

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Aug 22, 2025
…2504)

## Summary

The "build" breadcrumb on the search indices (enterprise search content)
and connector pages was incorrectly linking to the search indices page.
This fix removes the link from the breadcrumb.

### Before

<img width="500" height="417" alt="Screenshot 2025-08-21 at 15 44 02"
src="https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891"
/>
<img width="500" height="416" alt="Screenshot 2025-08-21 at 15 43 46"
src="https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942"
/>

### After

<img width="500" height="424" alt="Screenshot 2025-08-21 at 15 44 39"
src="https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b"
/>
<img width="500" height="423" alt="Screenshot 2025-08-21 at 15 44 22"
src="https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf"
/>

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] ~Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~
- [ ]
~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials~
- [ ] ~[Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios~
- [ ] ~If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~
- [ ] ~This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.~
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

## Release note

Fixes the "Build" breadcrumb showing an incorrect link to the search
indices page.

(cherry picked from commit 9a885e6)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
9.0 Backport failed because of merge conflicts
9.1

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 232504

Questions ?

Please refer to the Backport tool documentation

seialkali added a commit to seialkali/kibana that referenced this pull request Aug 22, 2025
…2504)

## Summary

The "build" breadcrumb on the search indices (enterprise search content)
and connector pages was incorrectly linking to the search indices page.
This fix removes the link from the breadcrumb.

### Before

<img width="500" height="417" alt="Screenshot 2025-08-21 at 15 44 02"
src="https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891"
/>
<img width="500" height="416" alt="Screenshot 2025-08-21 at 15 43 46"
src="https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942"
/>

### After

<img width="500" height="424" alt="Screenshot 2025-08-21 at 15 44 39"
src="https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b"
/>
<img width="500" height="423" alt="Screenshot 2025-08-21 at 15 44 22"
src="https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf"
/>

### Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] ~Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~
- [ ]
~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials~
- [ ] ~[Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios~
- [ ] ~If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~
- [ ] ~This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.~
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

## Release note

Fixes the "Build" breadcrumb showing an incorrect link to the search
indices page.

(cherry picked from commit 9a885e6)

# Conflicts:
#	x-pack/solutions/search/plugins/enterprise_search/public/applications/shared/kibana_chrome/generate_breadcrumbs.ts
@seialkali
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Aug 22, 2025
) (#232571)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[Search] fix: remove incorrect link on "build" breadcrumb
(#232504)](#232504)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT
[{"author":{"name":"Brittany","email":"seialkali@gmail.com"},"sourceCommit":{"committedDate":"2025-08-22T06:55:00Z","message":"[Search]
fix: remove incorrect link on \"build\" breadcrumb (#232504)\n\n##
Summary\n\nThe \"build\" breadcrumb on the search indices (enterprise
search content)\nand connector pages was incorrectly linking to the
search indices page.\nThis fix removes the link from the
breadcrumb.\n\n### Before\n\n<img width=\"500\" height=\"417\"
alt=\"Screenshot 2025-08-21 at 15 44
02\"\nsrc=\"https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891\"\n/>\n<img
width=\"500\" height=\"416\" alt=\"Screenshot 2025-08-21 at 15 43
46\"\nsrc=\"https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942\"\n/>\n\n###
After\n\n<img width=\"500\" height=\"424\" alt=\"Screenshot 2025-08-21
at 15 44
39\"\nsrc=\"https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b\"\n/>\n<img
width=\"500\" height=\"423\" alt=\"Screenshot 2025-08-21 at 15 44
22\"\nsrc=\"https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf\"\n/>\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] ~Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~\n-
[
]\n~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials~\n- [ ] ~[Unit
or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios~\n- [ ] ~If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~\n-
[ ] ~This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.~\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release note\n\nFixes the
\"Build\" breadcrumb showing an incorrect link to the search\nindices
page.","sha":"9a885e63046ec6b2794d4b57f4faf27265d8b5da","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Search","backport:version","v9.2.0","v9.1.3","v9.0.6"],"title":"[Search]
fix: remove incorrect link on \"build\"
breadcrumb","number":232504,"url":"https://github.com/elastic/kibana/pull/232504","mergeCommit":{"message":"[Search]
fix: remove incorrect link on \"build\" breadcrumb (#232504)\n\n##
Summary\n\nThe \"build\" breadcrumb on the search indices (enterprise
search content)\nand connector pages was incorrectly linking to the
search indices page.\nThis fix removes the link from the
breadcrumb.\n\n### Before\n\n<img width=\"500\" height=\"417\"
alt=\"Screenshot 2025-08-21 at 15 44
02\"\nsrc=\"https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891\"\n/>\n<img
width=\"500\" height=\"416\" alt=\"Screenshot 2025-08-21 at 15 43
46\"\nsrc=\"https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942\"\n/>\n\n###
After\n\n<img width=\"500\" height=\"424\" alt=\"Screenshot 2025-08-21
at 15 44
39\"\nsrc=\"https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b\"\n/>\n<img
width=\"500\" height=\"423\" alt=\"Screenshot 2025-08-21 at 15 44
22\"\nsrc=\"https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf\"\n/>\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] ~Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~\n-
[
]\n~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials~\n- [ ] ~[Unit
or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios~\n- [ ] ~If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~\n-
[ ] ~This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.~\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release note\n\nFixes the
\"Build\" breadcrumb showing an incorrect link to the search\nindices
page.","sha":"9a885e63046ec6b2794d4b57f4faf27265d8b5da"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/232504","number":232504,"mergeCommit":{"message":"[Search]
fix: remove incorrect link on \"build\" breadcrumb (#232504)\n\n##
Summary\n\nThe \"build\" breadcrumb on the search indices (enterprise
search content)\nand connector pages was incorrectly linking to the
search indices page.\nThis fix removes the link from the
breadcrumb.\n\n### Before\n\n<img width=\"500\" height=\"417\"
alt=\"Screenshot 2025-08-21 at 15 44
02\"\nsrc=\"https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891\"\n/>\n<img
width=\"500\" height=\"416\" alt=\"Screenshot 2025-08-21 at 15 43
46\"\nsrc=\"https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942\"\n/>\n\n###
After\n\n<img width=\"500\" height=\"424\" alt=\"Screenshot 2025-08-21
at 15 44
39\"\nsrc=\"https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b\"\n/>\n<img
width=\"500\" height=\"423\" alt=\"Screenshot 2025-08-21 at 15 44
22\"\nsrc=\"https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf\"\n/>\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] ~Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~\n-
[
]\n~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials~\n- [ ] ~[Unit
or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios~\n- [ ] ~If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~\n-
[ ] ~This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.~\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release note\n\nFixes the
\"Build\" breadcrumb showing an incorrect link to the search\nindices
page.","sha":"9a885e63046ec6b2794d4b57f4faf27265d8b5da"}},{"branch":"9.1","label":"v9.1.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Brittany <seialkali@gmail.com>
@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Aug 26, 2025
@kibanamachine
Copy link
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @seialkali

seialkali added a commit that referenced this pull request Aug 26, 2025
) (#232601)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[Search] fix: remove incorrect link on "build" breadcrumb
(#232504)](#232504)

<!--- Backport version: 10.0.1 -->

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

<!--BACKPORT
[{"author":{"name":"Brittany","email":"seialkali@gmail.com"},"sourceCommit":{"committedDate":"2025-08-22T06:55:00Z","message":"[Search]
fix: remove incorrect link on \"build\" breadcrumb (#232504)\n\n##
Summary\n\nThe \"build\" breadcrumb on the search indices (enterprise
search content)\nand connector pages was incorrectly linking to the
search indices page.\nThis fix removes the link from the
breadcrumb.\n\n### Before\n\n<img width=\"500\" height=\"417\"
alt=\"Screenshot 2025-08-21 at 15 44
02\"\nsrc=\"https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891\"\n/>\n<img
width=\"500\" height=\"416\" alt=\"Screenshot 2025-08-21 at 15 43
46\"\nsrc=\"https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942\"\n/>\n\n###
After\n\n<img width=\"500\" height=\"424\" alt=\"Screenshot 2025-08-21
at 15 44
39\"\nsrc=\"https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b\"\n/>\n<img
width=\"500\" height=\"423\" alt=\"Screenshot 2025-08-21 at 15 44
22\"\nsrc=\"https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf\"\n/>\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] ~Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~\n-
[
]\n~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials~\n- [ ] ~[Unit
or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios~\n- [ ] ~If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~\n-
[ ] ~This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.~\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release note\n\nFixes the
\"Build\" breadcrumb showing an incorrect link to the search\nindices
page.","sha":"9a885e63046ec6b2794d4b57f4faf27265d8b5da","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Search","backport:version","v9.2.0","v9.1.3","v9.0.6"],"title":"[Search]
fix: remove incorrect link on \"build\"
breadcrumb","number":232504,"url":"https://github.com/elastic/kibana/pull/232504","mergeCommit":{"message":"[Search]
fix: remove incorrect link on \"build\" breadcrumb (#232504)\n\n##
Summary\n\nThe \"build\" breadcrumb on the search indices (enterprise
search content)\nand connector pages was incorrectly linking to the
search indices page.\nThis fix removes the link from the
breadcrumb.\n\n### Before\n\n<img width=\"500\" height=\"417\"
alt=\"Screenshot 2025-08-21 at 15 44
02\"\nsrc=\"https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891\"\n/>\n<img
width=\"500\" height=\"416\" alt=\"Screenshot 2025-08-21 at 15 43
46\"\nsrc=\"https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942\"\n/>\n\n###
After\n\n<img width=\"500\" height=\"424\" alt=\"Screenshot 2025-08-21
at 15 44
39\"\nsrc=\"https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b\"\n/>\n<img
width=\"500\" height=\"423\" alt=\"Screenshot 2025-08-21 at 15 44
22\"\nsrc=\"https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf\"\n/>\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] ~Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~\n-
[
]\n~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials~\n- [ ] ~[Unit
or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios~\n- [ ] ~If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~\n-
[ ] ~This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.~\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release note\n\nFixes the
\"Build\" breadcrumb showing an incorrect link to the search\nindices
page.","sha":"9a885e63046ec6b2794d4b57f4faf27265d8b5da"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/232504","number":232504,"mergeCommit":{"message":"[Search]
fix: remove incorrect link on \"build\" breadcrumb (#232504)\n\n##
Summary\n\nThe \"build\" breadcrumb on the search indices (enterprise
search content)\nand connector pages was incorrectly linking to the
search indices page.\nThis fix removes the link from the
breadcrumb.\n\n### Before\n\n<img width=\"500\" height=\"417\"
alt=\"Screenshot 2025-08-21 at 15 44
02\"\nsrc=\"https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891\"\n/>\n<img
width=\"500\" height=\"416\" alt=\"Screenshot 2025-08-21 at 15 43
46\"\nsrc=\"https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942\"\n/>\n\n###
After\n\n<img width=\"500\" height=\"424\" alt=\"Screenshot 2025-08-21
at 15 44
39\"\nsrc=\"https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b\"\n/>\n<img
width=\"500\" height=\"423\" alt=\"Screenshot 2025-08-21 at 15 44
22\"\nsrc=\"https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf\"\n/>\n\n###
Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers
should verify this PR satisfies this list as well.\n\n- [ ] ~Any text
added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~\n-
[
]\n~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials~\n- [ ] ~[Unit
or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios~\n- [ ] ~If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~\n-
[ ] ~This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.~\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n## Release note\n\nFixes the
\"Build\" breadcrumb showing an incorrect link to the search\nindices
page.","sha":"9a885e63046ec6b2794d4b57f4faf27265d8b5da"}},{"branch":"9.1","label":"v9.1.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/232571","number":232571,"state":"OPEN"},{"branch":"9.0","label":"v9.0.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
@kibanamachine kibanamachine removed the backport missing Added to PRs automatically when the are determined to be missing a backport. label Aug 26, 2025
qn895 pushed a commit to qn895/kibana that referenced this pull request Aug 26, 2025
…2504)

## Summary

The "build" breadcrumb on the search indices (enterprise search content)
and connector pages was incorrectly linking to the search indices page.
This fix removes the link from the breadcrumb.

### Before

<img width="500" height="417" alt="Screenshot 2025-08-21 at 15 44 02"
src="https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891"
/>
<img width="500" height="416" alt="Screenshot 2025-08-21 at 15 43 46"
src="https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942"
/>

### After

<img width="500" height="424" alt="Screenshot 2025-08-21 at 15 44 39"
src="https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b"
/>
<img width="500" height="423" alt="Screenshot 2025-08-21 at 15 44 22"
src="https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf"
/>

### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] ~Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~
- [ ]
~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials~
- [ ] ~[Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios~
- [ ] ~If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~
- [ ] ~This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.~
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

## Release note

Fixes the "Build" breadcrumb showing an incorrect link to the search
indices page.
KodeRad pushed a commit to KodeRad/kibana that referenced this pull request Aug 28, 2025
…2504)

## Summary

The "build" breadcrumb on the search indices (enterprise search content)
and connector pages was incorrectly linking to the search indices page.
This fix removes the link from the breadcrumb.

### Before

<img width="500" height="417" alt="Screenshot 2025-08-21 at 15 44 02"
src="https://github.com/user-attachments/assets/95bbb75c-bbbf-4b3e-a7ca-eeb327002891"
/>
<img width="500" height="416" alt="Screenshot 2025-08-21 at 15 43 46"
src="https://github.com/user-attachments/assets/1b455cc4-9cce-424a-b798-5e4f17601942"
/>

### After

<img width="500" height="424" alt="Screenshot 2025-08-21 at 15 44 39"
src="https://github.com/user-attachments/assets/e2cc55b9-662e-4dbe-9d1e-08dcdbc1956b"
/>
<img width="500" height="423" alt="Screenshot 2025-08-21 at 15 44 22"
src="https://github.com/user-attachments/assets/1e6f7cda-64b7-4a1a-b8fc-b5c867b82caf"
/>

### Checklist

Check the PR satisfies following conditions. 

Reviewers should verify this PR satisfies this list as well.

- [ ] ~Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)~
- [ ]
~[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials~
- [ ] ~[Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios~
- [ ] ~If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)~
- [ ] ~This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.~
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

## Release note

Fixes the "Build" breadcrumb showing an incorrect link to the search
indices page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment