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-8392: [Image picker] Sorting by name and date does not work #1275

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

lucasOsti
Copy link
Contributor

@lucasOsti lucasOsti commented Jun 13, 2024

🎫 Issue IBX-8392

Related PRs:

Description:

Added support for sorting clauses in method searchByQuery

For QA:

It is necessary to test DXP and standalone app (DAM)

Documentation:

@lucasOsti lucasOsti added the Bug Something isn't working label Jun 13, 2024
@lucasOsti lucasOsti changed the base branch from main to 4.6 June 13, 2024 10:35
@@ -24,6 +24,7 @@ export const useSearchByQueryFetch = () => {
const restInfo = useContext(RestInfoContext);
const [, dispatchLoadedLocationsAction] = useContext(LoadedLocationsMapContext);
const [{ isLoading, data }, dispatch] = useReducer(searchByQueryReducer, { isLoading: false, data: {} });

Copy link
Contributor

Choose a reason for hiding this comment

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

unnecessary new line

@lucasOsti lucasOsti force-pushed the IBX-8392-IP-sorting-not-working branch 2 times, most recently from d22faad to 6ee0ef0 Compare June 18, 2024 09:22
@lucasOsti lucasOsti requested a review from tischsoic June 21, 2024 09:50
@lucasOsti lucasOsti force-pushed the IBX-8392-IP-sorting-not-working branch from 1f98723 to c2d4c15 Compare June 25, 2024 06:58
Copy link

sonarcloud bot commented Jun 25, 2024

@webhdx webhdx merged commit d20ae73 into 4.6 Jun 25, 2024
22 checks passed
@webhdx webhdx deleted the IBX-8392-IP-sorting-not-working branch June 25, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants