Skip to content

search for exact alias, not just a partial match. #862#876

Merged
KevinJump merged 1 commit intov17/mainfrom
v17/tab-name-clash-fix
Jan 12, 2026
Merged

search for exact alias, not just a partial match. #862#876
KevinJump merged 1 commit intov17/mainfrom
v17/tab-name-clash-fix

Conversation

@KevinJump
Copy link
Owner

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a bug in tab/property group lookup by changing from partial alias matching to exact alias matching, addressing issue #862.

Changes:

  • Updated the FindTab method to use exact alias matching (InvariantEquals) instead of partial matching (InvariantContains)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@KevinJump KevinJump merged commit cba1094 into v17/main Jan 12, 2026
10 checks passed
@KevinJump KevinJump deleted the v17/tab-name-clash-fix branch January 15, 2026 18:00
alexsee pushed a commit to alexsee/umbraco-container that referenced this pull request Jan 18, 2026
Updated [uSync](https://github.com/KevinJump/uSync) from 17.0.1 to
17.0.2.

<details>
<summary>Release notes</summary>

_Sourced from [uSync's
releases](https://github.com/KevinJump/uSync/releases)._

## 17.0.2

This is a patch release of uSync for Umbraco v17 it fixes some reported
issues with tab name clashes and migrated media and content pickers that
have start nodes or filters defined.

## What's Changed
* Fix grammar in en-US translation by @​stephlane in
KevinJump/uSync#872
* Fix: #​870 - Migrate Filter and StartNodeId values for pickers from
v13 by @​KevinJump in KevinJump/uSync#873
* Fix: #​862 - Search for exact alias, not just a partial match. #​862
by @​KevinJump in KevinJump/uSync#876

## New Contributors
* @​stephlane made their first contribution in
KevinJump/uSync#872

**Full Changelog**:
KevinJump/uSync@v17.0.1...v17.0.2

Commits viewable in [compare
view](KevinJump/uSync@v17.0.1...v17.0.2).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uSync&package-manager=nuget&previous-version=17.0.1&new-version=17.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants