Skip to content

[ANT-5284] Fix bimap lookup error when thermalCluster->name != thermalCluster->id - #3813

Merged
flomnes merged 7 commits into
developfrom
fix/bimap
Aug 4, 2026
Merged

[ANT-5284] Fix bimap lookup error when thermalCluster->name != thermalCluster->id#3813
flomnes merged 7 commits into
developfrom
fix/bimap

Conversation

@flomnes

@flomnes flomnes commented Jul 16, 2026

Copy link
Copy Markdown
Member

Lookup uses cluster->id, so for consistency we also store cluster->id.

Before

Store cluster->name(), lookup cluster->id()

Fails when the cluster name has e.g capital letters.

After

Store cluster->id(), lookup cluster->id()

@flomnes
flomnes requested a review from payetvin July 22, 2026 14:42
@flomnes
flomnes marked this pull request as ready for review July 22, 2026 14:42
@flomnes flomnes added the bug Something isn't working label Jul 22, 2026
@sonarqubecloud

Copy link
Copy Markdown

@flomnes
flomnes merged commit 9814daf into develop Aug 4, 2026
10 checks passed
@flomnes
flomnes deleted the fix/bimap branch August 4, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants