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

BUGFIX: (Neos.Neos) Restore show action of ContentDimensionsController #4395

Merged

Conversation

grebaldi
Copy link
Contributor

@grebaldi grebaldi commented Jul 9, 2023

The problem

The show endpoint for content dimensions has been removed via #3848.

The UI relies on that endpoint to populate the <DimensionSelector/> with plausible values. Without the endpoint it breaks down:
image

The solution

I restored the endpoint as far as possible, keeping the necessary semantics required by the UI.

I believe this will only serve as a temporary solution, because this particular concern should be handled inside the UI package.

grebaldi added a commit to neos/neos-ui that referenced this pull request Jul 10, 2023
This includes the replacement of the 2Dimension site export with an equivalent
ESCR event export.

Also, as a temporary fix,
neos/neos-development-collection#4395 was added as a
patch.
@grebaldi grebaldi force-pushed the bugfix/content-dimensions-controller-show-action branch from 0ac6b71 to 544775e Compare July 12, 2023 09:30
grebaldi added a commit to neos/neos-ui that referenced this pull request Jul 12, 2023
@grebaldi grebaldi marked this pull request as ready for review July 12, 2023 09:58
@grebaldi grebaldi marked this pull request as draft July 12, 2023 10:11
@grebaldi grebaldi force-pushed the bugfix/content-dimensions-controller-show-action branch from 544775e to bc110df Compare July 12, 2023 10:19
@grebaldi grebaldi marked this pull request as ready for review July 12, 2023 10:42
Copy link
Member

@bwaidelich bwaidelich left a comment

Choose a reason for hiding this comment

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

+1 by reading, thank you!

@ahaeslich ahaeslich merged commit cace65a into neos:9.0 Jul 28, 2023
@skurfuerst skurfuerst added this to the 9.0 (ES CR) milestone Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants