Skip to content
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

recon: Add back missing 'search for match' button #6600

Merged
merged 1 commit into from
May 15, 2024

Conversation

wetneb
Copy link
Sponsor Member

@wetneb wetneb commented May 13, 2024

Closes #6599.

A lot of the recon rendering code was guarded by an if statement which checked that there was at least one candidate, but this was not necessary as the buttons should be available even if there isn't any candidate. The 'Search for match' button is in fact particularly useful when the recon service does not return any candidate.

I would release this in 3.8.1.

@wetneb wetneb requested a review from ayushrai206 May 13, 2024 17:39
@github-actions github-actions bot added Type: Bug Issues related to software defects or unexpected behavior, which require resolution. reconciliation Related to the reconciliation operations and other features labels May 13, 2024
Copy link
Member

@tfmorris tfmorris left a comment

Choose a reason for hiding this comment

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

RSLGTM based on e2e end test passing

@wetneb wetneb merged commit 9f17e7d into OpenRefine:master May 15, 2024
10 checks passed
wetneb added a commit that referenced this pull request May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reconciliation Related to the reconciliation operations and other features Type: Bug Issues related to software defects or unexpected behavior, which require resolution.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'Search for match' link not shown when no reconciliation candidates are present
2 participants