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

IBX-8424: Fixed criterions build for hook useSearchByQueryFetch #1278

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

lucasOsti
Copy link
Contributor

@lucasOsti lucasOsti commented Jun 20, 2024

🎫 Issue IBX-8424

Related PRs:

Description:

It was necessary to getting fieldDefIdentifier value for ImageCriterion from the configuration and support for multiple fieldDefinitionIdentifiers

For QA:

Documentation:

@lucasOsti lucasOsti added Bug Something isn't working Ready for review labels Jun 20, 2024
@lucasOsti lucasOsti changed the base branch from main to 4.6 June 21, 2024 09:15
@lucasOsti lucasOsti closed this Jun 21, 2024
@lucasOsti lucasOsti reopened this Jun 21, 2024
fieldDefIdentifier: 'image',
...imageCriterionData,
const imagesCriterion = damWidgetConfig.image.fieldDefinitionIdentifiers.reduce((criterions, fieldDefinitionIdentifier) => {
criterions = [
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that our eslint restricts reassignment of the function parameter value. 🤔

@lucasOsti lucasOsti force-pushed the IBX-8424-folat-value-file-size-filter branch from 5b5a5ed to 38b5c00 Compare June 27, 2024 12:00
Copy link

sonarcloud bot commented Jun 27, 2024

Copy link
Contributor

@bogusez bogusez left a comment

Choose a reason for hiding this comment

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

Tested on ES and Solr search engines
Tested on several web browsers

@webhdx webhdx merged commit 88dfeae into 4.6 Jun 27, 2024
22 checks passed
@webhdx webhdx deleted the IBX-8424-folat-value-file-size-filter branch June 27, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working QA approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants