Skip to content

If more than one dimension - urls for preview and backend are wrong #697

@peterbucher

Description

@peterbucher

<- must-have for 1.0.0

Issue
The dimension values (if more than one) are wrongly concatenated.
This does affect the Uri wich is set on the iframe and also the url of the backend itself.

Currently Urls
Backend: https://www.site.dev/neos!?node=/sites/cms@user-bucher;country=int&amp;language=en
IFrame: https://www.site.dev/@user-bucher;country=int&amp;language=en

Correct Urls (I think they should be like this)
Backend: https://www.site.dev/neos!?node=/sites/cms@user-bucher;country=int&language=en
IFrame: https://www.site.dev/@user-bucher;country=int&language=en

Compare & amp ; versus &

Reproduce
Login to the Backend with site.dev/neos!
The Backend does endless reloading
In the preview iframe, there is a 404 error
Click some other node and check the Uri of the backend

Versions affected
Neos 3.0 / Flow 4.0
Beta and dev-master of neos/neos-ui

Browser
Google Chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions