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-9274: Context menu does not show up in 'Location' folder #1404

Open
wants to merge 2 commits into
base: 4.6
Choose a base branch
from

Conversation

lucasOsti
Copy link
Contributor

@lucasOsti lucasOsti commented Dec 4, 2024

🎫 Issue IBX-9274

Related PRs:

Description:

For backend reviewers:

Endpoint /api/ibexa/v2/module/universal-discovery/locations?locationIds=1,2,3 always return permissions only for the last location from the locationIds parameter. The problem was method LocationListDataVisitor->visit which iterates through the list of locations $data->getLocationList(), with each iteration it made a startList, which create new list with one element instead of adding location data to it.

For QA:

Documentation:

@lucasOsti lucasOsti changed the base branch from main to 4.6 December 4, 2024 12:40
@lucasOsti lucasOsti added Bug Something isn't working Work in progress labels Dec 4, 2024
@lucasOsti lucasOsti force-pushed the IBX-9274-Image-picker-context-menu-not-show-up-under-Location branch 3 times, most recently from 3e3eb28 to 66dea38 Compare December 10, 2024 08:36
@lucasOsti lucasOsti force-pushed the IBX-9274-Image-picker-context-menu-not-show-up-under-Location branch from 66dea38 to 09a758e Compare December 10, 2024 13:10
@lucasOsti lucasOsti requested review from GrabowskiM, tischsoic, dew326, bozatko and a team December 10, 2024 13:13
Copy link
Contributor

@ViniTou ViniTou left a comment

Choose a reason for hiding this comment

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

for php part, not css magic

Copy link

sonarcloud bot commented Dec 13, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Ready for QA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants