Skip to content

IBX-9313: Fix fetching ContentInfo on select#1414

Merged
dew326 merged 3 commits into4.6from
IBX-9313-Version-is-undefined-useAlwaysAvailable
Jan 10, 2025
Merged

IBX-9313: Fix fetching ContentInfo on select#1414
dew326 merged 3 commits into4.6from
IBX-9313-Version-is-undefined-useAlwaysAvailable

Conversation

@tischsoic
Copy link
Contributor

@tischsoic tischsoic commented Dec 19, 2024

🎫 Issue IBX-9313

Description:

For QA:

After this and previous changes (from other PRs) that optimized the UDW request, it would be good to perform a thorough checkup to ensure that everything is working correctly with various language settings like the one described in the JIRA ticket.

Documentation:


if (!locationIds) {
return Promise.resolve([]);
return Promise.resolve(null);
Copy link
Contributor Author

@tischsoic tischsoic Dec 19, 2024

Choose a reason for hiding this comment

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

Note: changed to null, because when data is present we have an object with data (not an array) so resolving sometimes with an object and sometimes with an empty array was confusing.

@tischsoic tischsoic changed the base branch from main to 4.6 December 19, 2024 11:23
@juskora juskora force-pushed the IBX-9313-Version-is-undefined-useAlwaysAvailable branch from bd86837 to e46f807 Compare January 8, 2025 13:04
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 8, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
23.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@juskora
Copy link
Contributor

juskora commented Jan 9, 2025

QA Approved on Ibexa DXP Experience 4.6.

@dew326 dew326 merged commit 9c88bf4 into 4.6 Jan 10, 2025
28 of 29 checks passed
@dew326 dew326 deleted the IBX-9313-Version-is-undefined-useAlwaysAvailable branch January 10, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants